4 references to ArgumentsPropertyName
Microsoft.AspNetCore.SignalR.Protocols.Json (4)
Protocol\JsonHubProtocol.cs (4)
43
private static readonly JsonEncodedText ArgumentsPropertyNameBytes = JsonEncodedText.Encode(
ArgumentsPropertyName
);
293
throw new InvalidDataException($"Expected '{
ArgumentsPropertyName
}' to be of type {SystemTextJsonExtensions.GetTokenString(JsonTokenType.StartArray)}.");
783
throw new InvalidDataException($"Missing required property '{
ArgumentsPropertyName
}'.");
806
throw new InvalidDataException($"Missing required property '{
ArgumentsPropertyName
}'.");