5 references to SupportedProtocolVersions
dotnet (5)
Commands\Test\MTP\TestApplication.cs (2)
354if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) || 403{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }
Commands\Test\MTP\TestApplicationHandler.cs (3)
39string failureMessage = handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? supportedProtocolVersions) && !string.IsNullOrWhiteSpace(supportedProtocolVersions) 178HandshakeMessagePropertyNames.SupportedProtocolVersions => nameof(HandshakeMessagePropertyNames.SupportedProtocolVersions),