terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ KeepAliveSetup()

void System.Net.ServicePoint.KeepAliveSetup ( global::System::Net::Sockets::Socket socket)
inlinepackage

Definition at line 288 of file ServicePoint.cs.

289 {
290 if (this.tcp_keepalive)
291 {
292 bool flag = this.tcp_keepalive;
293 int num = this.tcp_keepalive_time;
294 int num2 = this.tcp_keepalive_interval;
295 return;
296 }
297 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.ServicePoint.tcp_keepalive, System.Net.ServicePoint.tcp_keepalive_interval, and System.Net.ServicePoint.tcp_keepalive_time.