Implemented interface member:
property
LocalAddress
System.ServiceModel.Channels.IInputChannel.LocalAddress
4 references to LocalAddress
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
482this.LocalAddress != null && this.LocalAddress.Uri != null ? this.LocalAddress.Uri.AbsoluteUri : string.Empty,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
491_localAddress = webSocketTransportDuplexSessionChannel.LocalAddress;