1 implementation of SendAsync
NuGet.Protocol (1)
Plugins\Sender.cs (1)
114
public Task
SendAsync
(Message message, CancellationToken cancellationToken)
1 reference to SendAsync
NuGet.Protocol (1)
Plugins\Connection.cs (1)
252
await _sender.
SendAsync
(message, cancellationToken);