8 references to GetCancellationToken
System.ServiceModel.Http (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1141var cancelToken = _timeoutHelper.GetCancellationToken();
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (6)
181Task task = WebSocket.SendAsync(messageData, outgoingMessageType, true, helper.GetCancellationToken()); 232Task task = CloseOutputAsync(helper.GetCancellationToken()); 273Task task = WebSocket.SendAsync(messageData, outgoingMessageType, true, helper.GetCancellationToken()); 993var cancelToken = _readTimeoutHelper.GetCancellationToken(); 1155Task task = _webSocket.SendAsync(new ArraySegment<byte>(Array.Empty<byte>(), 0, 0), _outgoingMessageType, true, timeoutHelper.GetCancellationToken()); 1242var cancelToken = closeTimeoutHelper.GetCancellationToken();
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
272var cancelToken = _timeoutHelper.GetCancellationToken();