Base:
property
RemoteAddress
System.ServiceModel.Channels.OutputChannel.RemoteAddress
32 references to RemoteAddress
System.ServiceModel (32)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (11)
55this.RemoteAddress != null ? this.RemoteAddress.ToString() : string.Empty); 135this.RemoteAddress != null ? this.RemoteAddress.ToString() : string.Empty); 288HttpTransportSecurityHelpers.RemoveIdentityMapping(Via, RemoteAddress, !aborting); 301if (HttpChannelFactory<IDuplexSessionChannel>.MapIdentity(this.RemoteAddress, this.channelFactory.AuthenticationScheme)) 305this.cleanupIdentity = HttpTransportSecurityHelpers.AddIdentityMapping(Via, RemoteAddress); 310this.RemoteAddress, 321SecurityTokenProvider certificateProvider = httpsChannelFactory.CreateAndOpenCertificateTokenProvider(this.RemoteAddress, this.Via, channelParameterCollection, helper.RemainingTime()); 322clientCertificateToken = httpsChannelFactory.GetCertificateSecurityToken(certificateProvider, this.RemoteAddress, this.Via, channelParameterCollection, ref helper); 325request = this.channelFactory.GetWebRequest(this.RemoteAddress, this.Via, this.webRequestTokenProvider, this.webRequestProxyTokenProvider, clientCertificateToken, helper.RemainingTime(), true);
System\ServiceModel\Channels\FramingChannels.cs (3)
264StreamUpgradeInitiator upgradeInitiator = upgrade.CreateUpgradeInitiator(this.RemoteAddress, this.Via); 503this.upgradeInitiator = channel.upgrade.CreateUpgradeInitiator(channel.RemoteAddress, channel.Via); 534channel, channel.RemoteAddress, this.connection, channel.decoder, this.upgradeInitiator,
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
96this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), 154msmqMessage = new MsmqOutputMessage<IOutputChannel>(this.factory, size, this.RemoteAddress);
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (2)
95using (MsmqOutputMessage<IOutputSessionChannel> msmqMessage = new MsmqOutputMessage<IOutputSessionChannel>(this.Factory, size, this.RemoteAddress)) 164this.msmqQueue = new MsmqQueue(this.Factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
166this.RemoteAddress.ApplyTo(message);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1582throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(decoder.Fault, channel.RemoteAddress.Uri.ToString(), messageEncoder.ContentType));
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
535TD.MessageSentByTransport(eventTraceActivity, this.RemoteAddress.Uri.AbsoluteUri); 1086TD.MessageSentByTransport(thisPtr.eventTraceActivity, thisPtr.channel.RemoteAddress.Uri.AbsoluteUri);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (8)
156this.RemoteAddress != null ? this.RemoteAddress.ToString() : string.Empty); 181this.RemoteAddress != null ? this.RemoteAddress.ToString() : string.Empty); 217this.RemoteAddress != null ? this.RemoteAddress.ToString() : string.Empty); 339this.RemoteAddress != null ? this.RemoteAddress.ToString() : string.Empty);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
75this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), UnsafeNativeMethods.MQ_SEND_ACCESS); 153using (MsmqIntegrationOutputMessage msmqMessage = new MsmqIntegrationOutputMessage(this.factory, size, this.RemoteAddress, property))