Implemented interface member:
property
MessageDispatcher
NuGet.Protocol.Plugins.IConnection.MessageDispatcher
1 write to MessageDispatcher
NuGet.Protocol (1)
Plugins\Connection.cs (1)
111MessageDispatcher = dispatcher;
4 references to MessageDispatcher
NuGet.Protocol (4)
Plugins\Connection.cs (4)
117MessageDispatcher.SetConnection(this); 131MessageDispatcher.Dispose(); 156MessageDispatcher.Close(); 294return MessageDispatcher.DispatchRequestAsync<TOutbound, TInbound>(method, payload, cancellationToken);