3 implementations of LocalAddress
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
21public EndpointAddress LocalAddress
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
40public EndpointAddress LocalAddress { get; }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
252public EndpointAddress LocalAddress => InnerChannel.LocalAddress;
2 references to LocalAddress
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
25return this.InnerChannel.LocalAddress;
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
252public EndpointAddress LocalAddress => InnerChannel.LocalAddress;