1 implementation of IMessageDispatcher
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
19public sealed class MessageDispatcher : IMessageDispatcher, IResponseHandler
4 references to IMessageDispatcher
NuGet.Protocol (4)
Plugins\Connection.cs (3)
41public IMessageDispatcher MessageDispatcher { get; } 64public Connection(IMessageDispatcher dispatcher, ISender sender, IReceiver receiver, ConnectionOptions options) 82internal Connection(IMessageDispatcher dispatcher, ISender sender, IReceiver receiver, ConnectionOptions options, IPluginLogger logger)
Plugins\IConnection.cs (1)
29IMessageDispatcher MessageDispatcher { get; }