4 implementations of RemoteAddress
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
18
public abstract EndpointAddress
RemoteAddress
{ get; }
System.ServiceModel.Primitives (1)
netstandard.cs (1)
510
System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IOutputChannel.
RemoteAddress
{ get { return default; } }
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
192
public EndpointAddress
RemoteAddress
=> InnerChannel.RemoteAddress;
273
public EndpointAddress
RemoteAddress
=> InnerChannel.RemoteAddress;
2 references to RemoteAddress
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
192
public EndpointAddress RemoteAddress => InnerChannel.
RemoteAddress
;
273
public EndpointAddress RemoteAddress => InnerChannel.
RemoteAddress
;