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