6 implementations of RemoteAddress
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelFactory.cs (1)
124public EndpointAddress RemoteAddress
InterceptingDuplexChannel.cs (1)
272public EndpointAddress RemoteAddress
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
18public abstract EndpointAddress RemoteAddress { get; }
System.ServiceModel.Primitives (1)
netstandard.cs (1)
510System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IOutputChannel.RemoteAddress { get { return default; } }
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
192public EndpointAddress RemoteAddress => InnerChannel.RemoteAddress; 273public EndpointAddress RemoteAddress => InnerChannel.RemoteAddress;
4 references to RemoteAddress
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelFactory.cs (1)
128return this.InnerChannel.RemoteAddress;
InterceptingDuplexChannel.cs (1)
276return this.InnerChannel.RemoteAddress;
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
192public EndpointAddress RemoteAddress => InnerChannel.RemoteAddress; 273public EndpointAddress RemoteAddress => InnerChannel.RemoteAddress;