3 implementations of RemoteAddress
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
239public EndpointAddress RemoteAddress
System.ServiceModel.Primitives (1)
netstandard.cs (1)
512System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IRequestChannel.RemoteAddress { get { return default; } }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
209public EndpointAddress RemoteAddress => InnerChannel.RemoteAddress;
4 references to RemoteAddress
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
243return this.InnerChannel.RemoteAddress;
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
248SecurityUtils.ThrowIfNegotiationFault(reply, channel.RemoteAddress); 286SecurityUtils.ThrowIfNegotiationFault(reply, channel.RemoteAddress);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
209public EndpointAddress RemoteAddress => InnerChannel.RemoteAddress;