2 writes to remoteEndpointAddress
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
228
this.
remoteEndpointAddress
= TraceUtility.GetRemoteEndpointAddressPort(remote);
233
remoteEndpointAddress
= string.Empty;
2 references to remoteEndpointAddress
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
221
if (
remoteEndpointAddress
== null)
245
return
remoteEndpointAddress
;