1 implementation of TryRemove
NuGet.Protocol (1)
Plugins\RequestHandlers.cs (1)
87
public bool
TryRemove
(MessageMethod method)
1 reference to TryRemove
NuGet.Protocol (1)
Plugins\RequestHandlers\SymmetricHandshake.cs (1)
100
_connection.MessageDispatcher.RequestHandlers.
TryRemove
(MessageMethod.Handshake);