2 references to ErrorPropertyName
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
37
private static readonly JsonEncodedText ErrorPropertyNameBytes = JsonEncodedText.Encode(
ErrorPropertyName
);
216
error = reader.ReadAsString(
ErrorPropertyName
);