Implemented interface member:
property
RemoteAddress
System.ServiceModel.Channels.IRequestChannel.RemoteAddress
1 write to RemoteAddress
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
33RemoteAddress = to;
7 references to RemoteAddress
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
824Factory.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)
78StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(RemoteAddress, Via);
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\RequestChannel.cs (2)
297if (!ManualAddressing && RemoteAddress != null) 299RemoteAddress.ApplyTo(message);