1 write to ProtocolVersion
NuGet.Protocol (1)
Plugins\Messages\HandshakeRequest.cs (1)
66
ProtocolVersion
= protocolVersion;
4 references to ProtocolVersion
NuGet.Protocol (4)
Plugins\RequestHandlers\SymmetricHandshake.cs (4)
185
if (!(handshakeRequest.MinimumProtocolVersion > handshakeRequest.
ProtocolVersion
||
186
handshakeRequest.
ProtocolVersion
< _minimumProtocolVersion ||
191
if (_protocolVersion <= handshakeRequest.
ProtocolVersion
)
197
negotiatedProtocolVersion = handshakeRequest.
ProtocolVersion
;