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