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); 906if (_channel.State != CommunicationState.Opened) 911_channel.ThrowIfDisposedOrNotOpen(); 967Abort(_channel); 1220_channel.OnHttpRequestCompleted(request);