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