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