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