Implemented interface member:
property
MessageDispatcher
NuGet.Protocol.Plugins.IConnection.MessageDispatcher
1 write to MessageDispatcher
NuGet.Protocol (1)
Plugins\Connection.cs (1)
109MessageDispatcher = dispatcher;
4 references to MessageDispatcher
NuGet.Protocol (4)
Plugins\Connection.cs (4)
115MessageDispatcher.SetConnection(this); 129MessageDispatcher.Dispose(); 154MessageDispatcher.Close(); 292return MessageDispatcher.DispatchRequestAsync<TOutbound, TInbound>(method, payload, cancellationToken);