2 writes to _remoteEndpointAddress
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
441_remoteEndpointAddress = remote.Address + ":" + remote.Port; 446_remoteEndpointAddress = string.Empty;
2 references to _remoteEndpointAddress
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
435if (_remoteEndpointAddress == null) 458return _remoteEndpointAddress;