10 references to GetCancellationToken
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1016var cancelToken = _timeoutHelper.GetCancellationToken();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
150token = requestCertificateProvider.GetTokenAsync(timeoutHelper.GetCancellationToken()).GetAwaiter().GetResult();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
68dummyImpersonationLevelWrapper, dummyAllowNtlmWrapper, timeoutHelper.GetCancellationToken()).GetAwaiter().GetResult();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (6)
202Task task = WebSocket.SendAsync(messageData, outgoingMessageType, true, helper.GetCancellationToken()); 253Task task = CloseOutputAsync(helper.GetCancellationToken()); 294Task task = WebSocket.SendAsync(messageData, outgoingMessageType, true, helper.GetCancellationToken()); 1021var cancelToken = _readTimeoutHelper.GetCancellationToken(); 1183Task task = _webSocket.SendAsync(new ArraySegment<byte>(Array.Empty<byte>(), 0, 0), _outgoingMessageType, true, timeoutHelper.GetCancellationToken()); 1270var cancelToken = closeTimeoutHelper.GetCancellationToken();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
303timeoutHelper.GetCancellationToken());