1 write to _channel
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
986_channel = channel;
7 references to _channel
System.ServiceModel.Http (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (7)
996if (_channel.Factory.MapIdentity(_to)) 1002_httpClient = await _channel.GetHttpClientAsync(_to, _via, _timeoutHelper); 1006HttpRequestMessage httpRequestMessage = _channel.GetHttpRequestMessage(_via); 1012if (_channel.State != CommunicationState.Opened) 1017_channel.ThrowIfDisposedOrNotOpen(); 1087Abort(_channel); 1335_channel.OnHttpRequestCompleted(request);