1 implementation of SendRequestAndReceiveResponseAsync
NuGet.Protocol (1)
Plugins\Connection.cs (1)
274
public Task<TInbound>
SendRequestAndReceiveResponseAsync
<TOutbound, TInbound>(
18 references to SendRequestAndReceiveResponseAsync
NuGet.Credentials (3)
SecurePluginCredentialProvider.cs (3)
129
var credentialResponse = await creationResult.Plugin.Connection.
SendRequestAndReceiveResponseAsync
<GetAuthenticationCredentialsRequest, GetAuthenticationCredentialsResponse>(
158
() => plugin.Plugin.Connection.
SendRequestAndReceiveResponseAsync
<SetLogLevelRequest, SetLogLevelResponse>(
194
plugin.Plugin.Connection.
SendRequestAndReceiveResponseAsync
<SetCredentialsRequest, SetCredentialsResponse>(
NuGet.Protocol (15)
Plugins\PluginManager.cs (3)
289
() => plugin.Connection.
SendRequestAndReceiveResponseAsync
<MonitorNuGetProcessExitRequest, MonitorNuGetProcessExitResponse>(
341
var response = await plugin.Connection.
SendRequestAndReceiveResponseAsync
<GetOperationClaimsRequest, GetOperationClaimsResponse>(
419
var response = await plugin.Connection.
SendRequestAndReceiveResponseAsync
<InitializeRequest, InitializeResponse>(
Plugins\PluginPackageDownloader.cs (1)
202
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<GetPackageHashRequest, GetPackageHashResponse>(
Plugins\PluginPackageReader.cs (4)
286
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<CopyFilesInPackageRequest, CopyFilesInPackageResponse>(
934
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<CopyNupkgFileRequest, CopyNupkgFileResponse>(
1033
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<CopyFilesInPackageRequest, CopyFilesInPackageResponse>(
1072
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<GetFilesInPackageRequest, GetFilesInPackageResponse>(
Plugins\RequestHandlers\SymmetricHandshake.cs (1)
122
var response = await _connection.
SendRequestAndReceiveResponseAsync
<HandshakeRequest, HandshakeResponse>(
RemoteRepositories\PluginFindPackageByIdResource.cs (3)
283
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<PrefetchPackageRequest, PrefetchPackageResponse>(
416
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<GetPackageVersionsRequest, GetPackageVersionsResponse>(
505
await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<SetLogLevelRequest, SetLogLevelResponse>(
Resources\DownloadResourcePlugin.cs (2)
117
var response = await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<PrefetchPackageRequest, PrefetchPackageResponse>(
171
await _plugin.Connection.
SendRequestAndReceiveResponseAsync
<SetLogLevelRequest, SetLogLevelResponse>(
Resources\PluginResource.cs (1)
98
await plugin.Connection.
SendRequestAndReceiveResponseAsync
<SetCredentialsRequest, SetCredentialsResponse>(