6 references to TargetPropertyName
Microsoft.AspNetCore.SignalR.Protocols.Json (6)
Protocol\JsonHubProtocol.cs (6)
41private static readonly JsonEncodedText TargetPropertyNameBytes = JsonEncodedText.Encode(TargetPropertyName); 199throw new InvalidDataException($"Expected '{TargetPropertyName}' to be of type {JsonTokenType.String}."); 356throw new InvalidDataException($"Missing required property '{TargetPropertyName}'."); 382throw new InvalidDataException($"Missing required property '{TargetPropertyName}'."); 788throw new InvalidDataException($"Missing required property '{TargetPropertyName}'."); 801throw new InvalidDataException($"Missing required property '{TargetPropertyName}'.");