2 writes to _remoteEndpointAddress
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
418
_remoteEndpointAddress
= remote.ToString();
423
_remoteEndpointAddress
= string.Empty;
2 references to _remoteEndpointAddress
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
412
if (
_remoteEndpointAddress
== null)
435
return
_remoteEndpointAddress
;