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