6 references to ConnectExDelegate
System (6)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (4)
47private ConnectExDelegate connectEx; 75else if (typeof(T) == typeof(ConnectExDelegate)) 182connectEx = (ConnectExDelegate)Marshal.GetDelegateForFunctionPointer(ptrConnectEx, typeof(ConnectExDelegate));
net\System\Net\Sockets\Socket.cs (2)
5771ConnectExDelegate connectEx = m_DynamicWinsockMethods.GetDelegate<ConnectExDelegate>(socketHandle);