9 writes to m_RemoteEndPoint
System (9)
net\System\Net\Sockets\_DisconnectOverlappedAsyncResult.cs (1)
34socket.m_RemoteEndPoint = null;
net\System\Net\Sockets\Socket.cs (8)
217m_RemoteEndPoint = socketInformation.RemoteEndPoint; 471m_RemoteEndPoint = m_RightEndPoint.Create(socketAddress); 1491m_RemoteEndPoint = null; 3241m_RemoteEndPoint = null; 3303m_RemoteEndPoint = null; 3911m_RemoteEndPoint = null; 7338socket.m_RemoteEndPoint = remoteEP; 9893m_CurrentSocket.m_RemoteEndPoint = null;
3 references to m_RemoteEndPoint
System (3)
net\System\Net\Sockets\Socket.cs (3)
438if (m_RemoteEndPoint==null) { 477return m_RemoteEndPoint; 2828info.RemoteEndPoint = m_RemoteEndPoint;