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