2 writes to remoteEndpoint
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
96this.remoteEndpoint = null; 151remoteEndpoint = (IPEndPoint)socket.RemoteEndPoint;
3 references to remoteEndpoint
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
147if (remoteEndpoint == null && this.closeState == CloseState.Open) 176return remoteEndpoint; 642remoteIPEndpoint = this.remoteEndpoint ?? (IPEndPoint)this.socket.RemoteEndPoint;