6 references to Handshake
NuGet.Protocol (6)
Plugins\MessageDispatcher.cs (2)
718if (type == MessageType.Request && method == MessageMethod.Handshake) 728if (type == MessageType.Request && method == MessageMethod.Handshake)
Plugins\PluginFactory.cs (1)
238var processingHandler = new InboundRequestProcessingHandler(new HashSet<MessageMethod> { MessageMethod.Handshake, MessageMethod.Log });
Plugins\RequestHandlers\SymmetricHandshake.cs (3)
84if (!_connection.MessageDispatcher.RequestHandlers.TryAdd(MessageMethod.Handshake, this)) 100_connection.MessageDispatcher.RequestHandlers.TryRemove(MessageMethod.Handshake); 123MessageMethod.Handshake,