1 write to localVia
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
41this.localVia = localVia;
2 references to localVia
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
88get { return this.localVia; } 457message.Properties.Via = this.localVia;