1 write to Error
Microsoft.AspNetCore.SignalR.Common (1)
Protocol\HandshakeResponseMessage.cs (1)
28Error = error;
6 references to Error
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1539if (message.Error != null) 1541Log.HandshakeServerError(_logger, message.Error); 1543$"Unable to complete handshake with the server due to an error: {message.Error}");
Microsoft.AspNetCore.SignalR.Common (2)
Protocol\HandshakeProtocol.cs (2)
93if (!string.IsNullOrEmpty(responseMessage.Error)) 95writer.WriteString(ErrorPropertyNameBytes, responseMessage.Error);
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
477if (message.Error == null)