6 references to AcceptExDelegate
System (6)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (4)
45private AcceptExDelegate acceptEx; 65if (typeof(T) == typeof(AcceptExDelegate)) 149acceptEx = (AcceptExDelegate)Marshal.GetDelegateForFunctionPointer(ptrAcceptEx, typeof(AcceptExDelegate));
net\System\Net\Sockets\Socket.cs (2)
5712AcceptExDelegate acceptEx = m_DynamicWinsockMethods.GetDelegate<AcceptExDelegate>(listenSocketHandle);