1 implementation of IMessageDispatcher
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
18public sealed class MessageDispatcher : IMessageDispatcher, IResponseHandler
4 references to IMessageDispatcher
NuGet.Protocol (4)
Plugins\Connection.cs (3)
43public IMessageDispatcher MessageDispatcher { get; } 66public Connection(IMessageDispatcher dispatcher, ISender sender, IReceiver receiver, ConnectionOptions options) 84internal Connection(IMessageDispatcher dispatcher, ISender sender, IReceiver receiver, ConnectionOptions options, IPluginLogger logger)
Plugins\IConnection.cs (1)
31IMessageDispatcher MessageDispatcher { get; }