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
);