1 write to _httpSendCts
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
892
_httpSendCts
= new CancellationTokenSource();
3 references to _httpSendCts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
936
timeoutToken.Register(s_cancelCts,
_httpSendCts
);
937
_httpResponseMessage = await _httpClient.SendAsync(_httpRequestMessage, HttpCompletionOption.ResponseHeadersRead,
_httpSendCts
.Token);
982
s_cancelCts(
_httpSendCts
);