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
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (7)
659
if (
RemoteAddress
!= null &&
RemoteAddress
.Uri != null)
661
remoteAddress =
RemoteAddress
.Uri.AbsoluteUri;
879
EndpointAddress address =
RemoteAddress
?? LocalAddress;
989
if (
RemoteAddress
!= null &&
RemoteAddress
.Uri != null)
991
remoteAddress =
RemoteAddress
.Uri.AbsoluteUri;