Implemented interface member:
property
RemoteAddress
System.ServiceModel.Channels.IRequestChannel.RemoteAddress
4 references to RemoteAddress
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
726Factory.MapIdentity(RemoteAddress); 734Factory.CreateAndOpenTokenProviders(RemoteAddress, Via, _channelParameters, timeoutHelper.RemainingTime(), out _tokenProvider); 889_to = channel.RemoteAddress;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
258_certificateProvider = Factory.CreateAndOpenCertificateTokenProvider(RemoteAddress, Via, ChannelParameters, timeout);