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