2 writes to _remoteEndpointAddress
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
439
_remoteEndpointAddress
= remote.Address + ":" + remote.Port;
444
_remoteEndpointAddress
= string.Empty;
2 references to _remoteEndpointAddress
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
433
if (
_remoteEndpointAddress
== null)
456
return
_remoteEndpointAddress
;