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