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