Property | Type | Description | |
---|---|---|---|
UserSessionCookieName | string | ||
_connections | UserConnection>.ConcurrentDictionary |
Method | Description | |
---|---|---|
ConnectionManager ( IMessageBus mBus, ILogger log, ISystemInfo sysinfo ) : System | ||
Dispose ( ) : void | ||
GetConnection ( System.Guid connectionId ) : |
Method | Description | |
---|---|---|
CheckForDisconnectedAsync ( ) : Task | ||
HandleConnectionRequest ( IConsumeContext |
||
HandleDisconnectionRequest ( ConnectionDisconnectedRequest disconnect ) : void | ||
HandleSessionConnection ( UserConnectionEvent connection ) : void |
public ConnectionManager ( IMessageBus mBus, ILogger log, ISystemInfo sysinfo ) : System | ||
mBus | IMessageBus | |
log | ILogger | |
sysinfo | ISystemInfo | |
return | System |
public GetConnection ( System.Guid connectionId ) : |
||
connectionId | System.Guid | |
return |
public static string UserSessionCookieName | ||
return | string |