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)
1054
using (timeoutToken.Register(s_cancelCts,
_httpSendCts
))
1056
_httpResponseMessage = await _httpClient.SendAsync(httpRequestMessage, HttpCompletionOption.ResponseHeadersRead,
_httpSendCts
.Token);
1107
s_cancelCts(
_httpSendCts
);