2 writes to _to
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
889
_to
= channel.RemoteAddress;
898
_factory.ApplyManualAddressing(ref
_to
, ref _via, message);
1 reference to _to
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
899
_httpClient = await _channel.GetHttpClientAsync(
_to
, _via, _timeoutHelper);