Base:
property
RemoteAddress
System.ServiceModel.Channels.OutputChannel.RemoteAddress
23 references to RemoteAddress
System.ServiceModel.Http (19)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (7)
68
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
142
if (HttpChannelFactory<IDuplexSessionChannel>.MapIdentity(
RemoteAddress
, _channelFactory.AuthenticationScheme))
144
clientWebSocket.Options.SetRequestHeader("Host", HttpTransportSecurityHelpers.GetIdentityHostHeader(
RemoteAddress
));
149
RemoteAddress
,
157
SecurityTokenProvider certificateProvider = await httpsChannelFactory.CreateAndOpenCertificateTokenProviderAsync(
RemoteAddress
, Via, channelParameterCollection, helper.RemainingTime());
158
clientCertificateToken = await httpsChannelFactory.GetCertificateSecurityTokenAsync(certificateProvider,
RemoteAddress
, Via, channelParameterCollection, helper);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
512
WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity,
RemoteAddress
.Uri.AbsoluteUri);
583
WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity,
RemoteAddress
.Uri.AbsoluteUri);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (10)
79
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
98
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
112
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
178
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
270
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\FramingChannels.cs (1)
231
StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(
RemoteAddress
, Via);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
250
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.
RemoteAddress
.Uri.ToString(), _messageEncoder.ContentType));
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
447
WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity,
RemoteAddress
.Uri.AbsoluteUri);
501
WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity,
RemoteAddress
.Uri.AbsoluteUri);