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