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