2 references to Handshaking
NuGet.Protocol (2)
Plugins\Connection.cs (1)
191
_state = (int)ConnectionState.
Handshaking
;
Plugins\PluginFactory.cs (1)
224
if (connection?.State == ConnectionState.
Handshaking
)