1 implementation of DispatchRequestAsync
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
279public Task<TInbound> DispatchRequestAsync<TOutbound, TInbound>(
1 reference to DispatchRequestAsync
NuGet.Protocol (1)
Plugins\Connection.cs (1)
294return MessageDispatcher.DispatchRequestAsync<TOutbound, TInbound>(method, payload, cancellationToken);