1 write to Error
Microsoft.AspNetCore.SignalR.Common (1)
Protocol\CloseMessage.cs (1)
49
Error
= error;
6 references to Error
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs (2)
560
if (string.IsNullOrEmpty(message.
Error
))
566
writer.Write(message.
Error
);
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
209
if (connection.CloseMessage.
Error
is not null)
212
disconnectException = new HubException(connection.CloseMessage.
Error
);
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
662
if (message.
Error
!= null)
664
writer.WriteString(ErrorPropertyNameBytes, message.
Error
);