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