Implemented interface members:
property
RemoteAddress
System.ServiceModel.IContextChannel.RemoteAddress
property
RemoteAddress
System.ServiceModel.Channels.IOutputChannel.RemoteAddress
property
RemoteAddress
System.ServiceModel.Channels.IRequestChannel.RemoteAddress
7 references to RemoteAddress
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ServiceChannel.cs (7)
654
if (
RemoteAddress
!= null &&
RemoteAddress
.Uri != null)
656
remoteAddress =
RemoteAddress
.Uri.AbsoluteUri;
882
EndpointAddress address =
RemoteAddress
?? LocalAddress;
995
if (
RemoteAddress
!= null &&
RemoteAddress
.Uri != null)
997
remoteAddress =
RemoteAddress
.Uri.AbsoluteUri;