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