4 references to TypePropertyName
Microsoft.AspNetCore.SignalR.Protocols.Json (4)
Protocol\JsonHubProtocol.cs (4)
35private static readonly JsonEncodedText TypePropertyNameBytes = JsonEncodedText.Encode(TypePropertyName); 160type = reader.ReadAsInt32(TypePropertyName); 164throw new InvalidDataException($"Expected '{TypePropertyName}' to be of type {JsonTokenType.Number}."); 467throw new InvalidDataException($"Missing required property '{TypePropertyName}'.");