3 references to ProtocolPropertyName
Microsoft.AspNetCore.SignalR.Common (3)
Protocol\HandshakeProtocol.cs (3)
21
private static readonly JsonEncodedText ProtocolPropertyNameBytes = JsonEncodedText.Encode(
ProtocolPropertyName
);
192
protocol = reader.ReadAsString(
ProtocolPropertyName
);
215
throw new InvalidDataException($"Missing required property '{
ProtocolPropertyName
}'. Message content: {GetPayloadAsString()}");