Base:
property
RemoteAddress
System.ServiceModel.Channels.OutputChannel.RemoteAddress
21 references to RemoteAddress
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (6)
68
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
73
if (HttpChannelFactory<IDuplexSessionChannel>.MapIdentity(this.
RemoteAddress
, _channelFactory.AuthenticationScheme))
77
_cleanupIdentity = HttpTransportSecurityHelpers.AddIdentityMapping(Via,
RemoteAddress
);
85
var certificateProvider = httpsChannelFactory.CreateAndOpenCertificateTokenProvider(
RemoteAddress
, Via, channelParameterCollection, helper.RemainingTime());
86
var clientCertificateToken = httpsChannelFactory.GetCertificateSecurityToken(certificateProvider,
RemoteAddress
, Via, channelParameterCollection, ref helper);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
252
StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(this.
RemoteAddress
, this.Via);
291
StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(this.
RemoteAddress
, this.Via);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
364
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.
RemoteAddress
.Uri.ToString(), _messageEncoder.ContentType));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
569
WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity, this.
RemoteAddress
.Uri.AbsoluteUri);
640
WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity, this.
RemoteAddress
.Uri.AbsoluteUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (10)
100
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
119
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
133
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
199
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);
291
RemoteAddress
!= null ?
RemoteAddress
.ToString() : string.Empty);