2 writes to _via
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
890_via = channel.Via; 898_factory.ApplyManualAddressing(ref _to, ref _via, message);
2 references to _via
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
899_httpClient = await _channel.GetHttpClientAsync(_to, _via, _timeoutHelper); 900_httpRequestMessage = _channel.GetHttpRequestMessage(_via);