1 implementation of SendResponseAsync
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
370
Task IResponseHandler.
SendResponseAsync
<TPayload>(
5 references to SendResponseAsync
NuGet.Protocol (5)
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (1)
200
await responseHandler.
SendResponseAsync
(request, responsePayload, cancellationToken);
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
143
await responseHandler.
SendResponseAsync
(request, responsePayload, cancellationToken);
Plugins\RequestHandlers\LogRequestHandler.cs (1)
99
await responseHandler.
SendResponseAsync
(request, response, cancellationToken);
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
130
await responseHandler.
SendResponseAsync
(request, response, cancellationToken);
Plugins\RequestHandlers\SymmetricHandshake.cs (1)
209
await responseHandler.
SendResponseAsync
(request, response, cancellationToken)