5 references to SupportedProtocolVersions
dotnet (5)
Commands\Test\MTP\TestApplication.cs (2)
263
if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.
SupportedProtocolVersions
, out string? protocolVersions) ||
292
{ HandshakeMessagePropertyNames.
SupportedProtocolVersions
, version }
Commands\Test\MTP\TestApplicationHandler.cs (3)
38
handshakeMessage.Properties[HandshakeMessagePropertyNames.
SupportedProtocolVersions
],
81
HandshakeMessagePropertyNames.
SupportedProtocolVersions
=> nameof(HandshakeMessagePropertyNames.
SupportedProtocolVersions
),