8 references to WriteHandshakeResponseAsync
Microsoft.AspNetCore.SignalR.Core (8)
HubConnectionContext.cs (8)
631await WriteHandshakeResponseAsync(new HandshakeResponseMessage("Handshake was canceled.")); 658await WriteHandshakeResponseAsync(new HandshakeResponseMessage($"The protocol '{handshakeRequestMessage.Protocol}' is not supported.")); 665await WriteHandshakeResponseAsync(new HandshakeResponseMessage( 679await WriteHandshakeResponseAsync(new HandshakeResponseMessage($"Cannot use the '{Protocol.Name}' protocol on the current transport. The transport does not support '{Protocol.TransferFormat}' transfer format.")); 717await WriteHandshakeResponseAsync(HandshakeResponseMessage.Empty); 724await WriteHandshakeResponseAsync(new HandshakeResponseMessage("Handshake was canceled.")); 747await WriteHandshakeResponseAsync(new HandshakeResponseMessage("Handshake was canceled.")); 754await WriteHandshakeResponseAsync(new HandshakeResponseMessage(errorMessage));