1 write to localAddress
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
538
this.
localAddress
= webSocketTransportDuplexSessionChannel.LocalAddress;
2 references to localAddress
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
991
if (message.Version.Addressing != AddressingVersion.None || !this.
localAddress
.IsAnonymous)
993
this.
localAddress
.ApplyTo(message);