1 write to Error
Microsoft.AspNetCore.SignalR.Common (1)
Protocol\HandshakeResponseMessage.cs (1)
28
Error
= error;
6 references to Error
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1539
if (message.
Error
!= null)
1541
Log.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)
93
if (!string.IsNullOrEmpty(responseMessage.
Error
))
95
writer.WriteString(ErrorPropertyNameBytes, responseMessage.
Error
);
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
477
if (message.
Error
== null)