Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetAcceptExDelegate()

AcceptExDelegate System.Net.Sockets.DynamicWinsockMethods.GetAcceptExDelegate ( SafeSocketHandle socketHandle)
inlinepackage

Definition at line 68 of file DynamicWinsockMethods.cs.

69 {
70 return _acceptEx ?? CreateDelegate(ref _acceptEx, socketHandle, "b5367df1cbac11cf95ca00805f48a192");
71 }

References System.Net.Sockets.DynamicWinsockMethods._acceptEx.

Referenced by System.Net.Sockets.Socket.AcceptEx().