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