2 references to ErrorPropertyName
Microsoft.AspNetCore.SignalR.Common (2)
Protocol\HandshakeProtocol.cs (2)
25
private static readonly JsonEncodedText ErrorPropertyNameBytes = JsonEncodedText.Encode(
ErrorPropertyName
);
143
error = reader.ReadAsString(
ErrorPropertyName
);