Class TokenType
A token type.
Inheritance
System.Object
TokenType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class TokenType
Properties
Event
Gets the "event" token type string.
Declaration
public static string Event { get; }
Property Value
Type | Description |
---|---|
System.String |
Join
Gets the "join" token type string.
Declaration
public static string Join { get; }
Property Value
Type | Description |
---|---|
System.String |
Register
Gets the "register" token type string.
Declaration
public static string Register { get; }
Property Value
Type | Description |
---|---|
System.String |
WebSocketAccess
Gets the "websocketaccess" token type string.
Declaration
public static string WebSocketAccess { get; }
Property Value
Type | Description |
---|---|
System.String |