3 references to ProtocolVersionPropertyName
Microsoft.AspNetCore.SignalR.Common (3)
Protocol\HandshakeProtocol.cs (3)
23
private static readonly JsonEncodedText ProtocolVersionPropertyNameBytes = JsonEncodedText.Encode(
ProtocolVersionPropertyName
);
196
protocolVersion = reader.ReadAsInt32(
ProtocolVersionPropertyName
);
219
throw new InvalidDataException($"Missing required property '{
ProtocolVersionPropertyName
}'. Message content: {GetPayloadAsString()}");