Implemented interface member:
property
RemoteAddress
System.ServiceModel.Channels.IRequestChannel.RemoteAddress
11 references to RemoteAddress
System.ServiceModel (11)
System\ServiceModel\Channels\HttpChannelFactory.cs (7)
968
if (Factory.MapIdentity(
RemoteAddress
))
972
cleanupIdentity = HttpTransportSecurityHelpers.AddIdentityMapping(Via,
RemoteAddress
);
982
Factory.CreateAndOpenTokenProviders(this.
RemoteAddress
, this.Via, this.channelParameters, timeoutHelper.RemainingTime(), out this.tokenProvider, out this.proxyTokenProvider);
1039
HttpTransportSecurityHelpers.RemoveIdentityMapping(Via,
RemoteAddress
, !aborting);
1096
ServiceModelActivity.Start(this.activity, SR.GetString(SR.ActivityReceiveBytes, this.
RemoteAddress
.Uri.ToString()), ActivityType.ReceiveBytes);
1189
this.to = channel.
RemoteAddress
;
1413
this.to = channel.
RemoteAddress
;
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
302
this.certificateProvider = Factory.CreateAndOpenCertificateTokenProvider(this.
RemoteAddress
, this.Via, this.ChannelParameters, timeout);
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
97
StreamUpgradeInitiator upgradeInitiator = upgrade.CreateUpgradeInitiator(this.
RemoteAddress
, this.Via);
255
this.upgradeInitiator = channel.upgrade.CreateUpgradeInitiator(channel.
RemoteAddress
, channel.Via);
261
IAsyncResult initiateUpgradeResult = ConnectionUpgradeHelper.BeginInitiateUpgrade(channel.settings, channel.
RemoteAddress
,