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