1 implementation of SendResponseAsync
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
369
Task IResponseHandler.
SendResponseAsync
<TPayload>(
5 references to SendResponseAsync
NuGet.Protocol (5)
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (1)
193
await responseHandler.
SendResponseAsync
(request, responsePayload, cancellationToken);
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
141
await responseHandler.
SendResponseAsync
(request, responsePayload, cancellationToken);
Plugins\RequestHandlers\LogRequestHandler.cs (1)
95
await responseHandler.
SendResponseAsync
(request, response, cancellationToken);
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
124
await responseHandler.
SendResponseAsync
(request, response, cancellationToken);
Plugins\RequestHandlers\SymmetricHandshake.cs (1)
204
await responseHandler.
SendResponseAsync
(request, response, cancellationToken)