5 references to ArgumentsPropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
Protocol\NewtonsoftJsonHubProtocol.cs (5)
274
case
ArgumentsPropertyName
:
280
throw new InvalidDataException($"Expected '{
ArgumentsPropertyName
}' to be of type {JTokenType.Array}.");
668
writer.WritePropertyName(
ArgumentsPropertyName
);
775
throw new InvalidDataException($"Missing required property '{
ArgumentsPropertyName
}'.");
797
throw new InvalidDataException($"Missing required property '{
ArgumentsPropertyName
}'.");