3 references to HandshakeResponse
NuGet.Protocol (3)
_generated\67\PluginJsonContext.HandshakeResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.
HandshakeResponse
((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0], (global::NuGet.Versioning.SemanticVersion)args[1]),
Plugins\RequestHandlers\SymmetricHandshake.cs (2)
73
_handshakeFailedResponse = new
HandshakeResponse
(MessageResponseCode.Error, protocolVersion: null);
200
response = new
HandshakeResponse
(MessageResponseCode.Success, negotiatedProtocolVersion);