1 implementation of ISender
NuGet.Protocol (1)
Plugins\Sender.cs (1)
20
public sealed class Sender :
ISender
3 references to ISender
NuGet.Protocol (3)
Plugins\Connection.cs (3)
18
private readonly
ISender
_sender;
64
public Connection(IMessageDispatcher dispatcher,
ISender
sender, IReceiver receiver, ConnectionOptions options)
82
internal Connection(IMessageDispatcher dispatcher,
ISender
sender, IReceiver receiver, ConnectionOptions options, IPluginLogger logger)