1 write to _httpSendCts
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
990_httpSendCts = new CancellationTokenSource();
3 references to _httpSendCts
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1054using (timeoutToken.Register(s_cancelCts, _httpSendCts)) 1056_httpResponseMessage = await _httpClient.SendAsync(httpRequestMessage, HttpCompletionOption.ResponseHeadersRead, _httpSendCts.Token); 1107s_cancelCts(_httpSendCts);