1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
888
_channel
= channel;
6 references to _channel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (6)
899
_httpClient = await
_channel
.GetHttpClientAsync(_to, _via, _timeoutHelper);
900
_httpRequestMessage =
_channel
.GetHttpRequestMessage(_via);
906
if (
_channel
.State != CommunicationState.Opened)
911
_channel
.ThrowIfDisposedOrNotOpen();
967
Abort(
_channel
);
1220
_channel
.OnHttpRequestCompleted(request);