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