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