1 implementation of DispatchCancelAsync
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
180public Task DispatchCancelAsync(Message request, CancellationToken cancellationToken)
1 reference to DispatchCancelAsync
NuGet.Protocol (1)
Plugins\OutboundRequestContext`1.cs (1)
272await _connection.MessageDispatcher.DispatchCancelAsync(_request, CancellationToken.None);