1 write to _supportedProtocols
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
51
_supportedProtocols
= new List<string> { "json" };
2 references to _supportedProtocols
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,