3 references to HandshakeAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
140
if (!await connectionContext.
HandshakeAsync
(handshakeTimeout, resolvedSupportedProtocols, _protocolResolver, _userIdProvider, _enableDetailedErrors))
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionContextBenchmark.cs (2)
59
await _hubConnectionContext.
HandshakeAsync
(TimeSpan.FromSeconds(5), _supportedProtocols, _successHubProtocolResolver,
68
await _hubConnectionContext.
HandshakeAsync
(TimeSpan.FromSeconds(5), _supportedProtocols, _failureHubProtocolResolver,