2 writes to HandshakeTimeout
Microsoft.AspNetCore.SignalR.Core (2)
HubOptionsSetup.cs (1)
58options.HandshakeTimeout = DefaultHandshakeTimeout;
HubOptionsSetup`T.cs (1)
34options.HandshakeTimeout = _hubOptions.HandshakeTimeout;
4 references to HandshakeTimeout
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionHandler.cs (2)
119var handshakeTimeout = _hubOptions.HandshakeTimeout ?? _globalHubOptions.HandshakeTimeout ?? HubOptionsSetup.DefaultHandshakeTimeout;
HubOptionsSetup.cs (1)
56if (options.HandshakeTimeout == null)
HubOptionsSetup`T.cs (1)
34options.HandshakeTimeout = _hubOptions.HandshakeTimeout;