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