1 write to ProtocolName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisCompletion.cs (1)
16
ProtocolName
= protocolName;
4 references to ProtocolName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (4)
652
if (hubProtocol.Name.Equals(completion.
ProtocolName
))
662
RedisLog.MismatchedServers(_logger, completion.
ProtocolName
);
688
RedisLog.ErrorParsingResult(_logger, completion.
ProtocolName
, null);
696
RedisLog.ErrorParsingResult(_logger, completion.
ProtocolName
, ex);