2 references to ErrorPropertyNameBytes
Microsoft.AspNetCore.SignalR.Common (2)
Protocol\HandshakeProtocol.cs (2)
95
writer.WriteString(
ErrorPropertyNameBytes
, responseMessage.Error);
141
else if (reader.ValueTextEquals(
ErrorPropertyNameBytes
.EncodedUtf8Bytes))