2 writes to _to
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
987
_to
= channel.RemoteAddress;
1001
_factory.ApplyManualAddressing(ref
_to
, ref _via, message);
3 references to _to
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
996
if (_channel.Factory.MapIdentity(
_to
))
998
HttpTransportSecurityHelpers.AddIdentityMapping(
_to
, message);
1002
_httpClient = await _channel.GetHttpClientAsync(
_to
, _via, _timeoutHelper);