3 references to GetPayloadAsString
Microsoft.AspNetCore.SignalR.Common (3)
Protocol\HandshakeProtocol.cs (3)
209
throw new InvalidDataException($"Unexpected token '{reader.TokenType}' when reading handshake request JSON. Message content: {
GetPayloadAsString
()}");
215
throw new InvalidDataException($"Missing required property '{ProtocolPropertyName}'. Message content: {
GetPayloadAsString
()}");
219
throw new InvalidDataException($"Missing required property '{ProtocolVersionPropertyName}'. Message content: {
GetPayloadAsString
()}");