6 writes to Via
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
124message.Properties.Via = message.Version.Addressing.AnonymousUri;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
366this.Via = properties.Via; 410this.Via = properties.Via; 668Via = (Uri)value;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
464message.Properties.Via = _localVia;
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
334message.Properties.Via = message.Headers.To;
3 references to Via
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
114message.Headers.To = message.Properties.Via;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (2)
366this.Via = properties.Via; 410this.Via = properties.Via;