Method | Description | |
---|---|---|
GetConnectionId ( string connectionId ) : string | ||
GetHubConnectionId ( string connectionId ) : string | ||
GetHubGroupName ( string groupName ) : string | ||
GetHubName ( string connectionId ) : string | ||
GetHubUserId ( string userId ) : string | ||
GetPersistentConnectionGroupName ( string groupName ) : string | ||
GetPersistentConnectionName ( string connectionName ) : string | ||
GetPrefixedConnectionIds ( IList |
||
HasGroupPrefix ( string value ) : bool | ||
RemoveGroupPrefix ( string name ) : string | ||
RemoveGroupPrefixes ( IEnumerable |
public static GetConnectionId ( string connectionId ) : string | ||
connectionId | string | |
return | string |
public static GetHubConnectionId ( string connectionId ) : string | ||
connectionId | string | |
return | string |
public static GetHubGroupName ( string groupName ) : string | ||
groupName | string | |
return | string |
public static GetHubName ( string connectionId ) : string | ||
connectionId | string | |
return | string |
public static GetHubUserId ( string userId ) : string | ||
userId | string | |
return | string |
public static GetPersistentConnectionGroupName ( string groupName ) : string | ||
groupName | string | |
return | string |
public static GetPersistentConnectionName ( string connectionName ) : string | ||
connectionName | string | |
return | string |
public static GetPrefixedConnectionIds ( IList |
||
connectionIds | IList |
|
return | IList |
public static HasGroupPrefix ( string value ) : bool | ||
value | string | |
return | bool |
public static RemoveGroupPrefix ( string name ) : string | ||
name | string | |
return | string |
public static RemoveGroupPrefixes ( IEnumerable |
||
groups | IEnumerable |
|
return | IEnumerable |