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