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

◆ CallEndPointDelegate()

bool System.Net.ServicePoint.CallEndPointDelegate ( global::System::Net::Sockets::Socket sock,
IPEndPoint remote )
inlinepackage

Definition at line 516 of file ServicePoint.cs.

517 {
518 BindIPEndPoint bindIPEndPoint = this.endPointCallback;
519 if (bindIPEndPoint != null)
520 {
521 IntPtr method_code = bindIPEndPoint.method_code;
522 IntPtr invoke_impl = bindIPEndPoint.invoke_impl;
523 IntPtr method = bindIPEndPoint.method;
524 if (method_code != 0)
525 {
526 BindIPEndPoint bindIPEndPoint2 = this.endPointCallback;
527 }
528 }
529 throw new OverflowException();
530 }
class f__AnonymousType0<< Count > j__TPar
BindIPEndPoint endPointCallback

References System.Net.ServicePoint.endPointCallback, and j__TPar.