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)
433if (_remoteEndpointAddress == null) 456return _remoteEndpointAddress;