Implemented interface member:
property
RemoteAddress
System.ServiceModel.Channels.IRequestChannel.RemoteAddress
1 write to RemoteAddress
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
33
RemoteAddress
= to;
7 references to RemoteAddress
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
824
Factory.MapIdentity(
RemoteAddress
);
832
(_tokenProvider, _proxyTokenProvider) = await Factory.CreateAndOpenTokenProvidersAsync(
RemoteAddress
, Via, ChannelParameters, timeoutHelper.RemainingTime());
987
_to = channel.
RemoteAddress
;
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
325
_certificateProvider = await Factory.CreateAndOpenCertificateTokenProviderAsync(
RemoteAddress
, Via, ChannelParameters, timeout);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
78
StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(
RemoteAddress
, Via);
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\RequestChannel.cs (2)
297
if (!ManualAddressing &&
RemoteAddress
!= null)
299
RemoteAddress
.ApplyTo(message);