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