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