6 references to WSARecvMsgDelegate
System (6)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (4)
52
private
WSARecvMsgDelegate
recvMsg;
90
else if (typeof(T) == typeof(
WSARecvMsgDelegate
))
216
recvMsg = (
WSARecvMsgDelegate
)Marshal.GetDelegateForFunctionPointer(ptrWSARecvMsg, typeof(
WSARecvMsgDelegate
));
net\System\Net\Sockets\Socket.cs (2)
5779
WSARecvMsgDelegate
recvMsg = m_DynamicWinsockMethods.GetDelegate<
WSARecvMsgDelegate
>(socketHandle);