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