5 references to TypePropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
Protocol\NewtonsoftJsonHubProtocol.cs (5)
160
case
TypePropertyName
:
161
var messageType = JsonUtils.ReadAsInt32(reader,
TypePropertyName
);
165
throw new InvalidDataException($"Missing required property '{
TypePropertyName
}'.");
464
throw new InvalidDataException($"Missing required property '{
TypePropertyName
}'.");
705
writer.WritePropertyName(
TypePropertyName
);