3 references to HandshakeResponse
NuGet.Protocol (3)
_generated\67\PluginJsonContext.HandshakeResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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); 200response = new HandshakeResponse(MessageResponseCode.Success, negotiatedProtocolVersion);