1 write to connectEx
System (1)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
182
connectEx
= (ConnectExDelegate)Marshal.GetDelegateForFunctionPointer(ptrConnectEx, typeof(ConnectExDelegate));
3 references to connectEx
System (3)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (3)
78
return (T)(object)
connectEx
;
174
if (
connectEx
== null)
178
if (
connectEx
== null)