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)
996
if (
_channel
.Factory.MapIdentity(_to))
1002
_httpClient = await
_channel
.GetHttpClientAsync(_to, _via, _timeoutHelper);
1006
HttpRequestMessage httpRequestMessage =
_channel
.GetHttpRequestMessage(_via);
1012
if (
_channel
.State != CommunicationState.Opened)
1017
_channel
.ThrowIfDisposedOrNotOpen();
1087
Abort(
_channel
);
1335
_channel
.OnHttpRequestCompleted(request);