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)
996if (_channel.Factory.MapIdentity(_to)) 998HttpTransportSecurityHelpers.AddIdentityMapping(_to, message); 1002_httpClient = await _channel.GetHttpClientAsync(_to, _via, _timeoutHelper);