Class DuneConnection
A network connection used by DuneNet.
Inheritance
System.Object
DuneConnection
Namespace: DuneNet.Shared
Assembly: DuneNet.Shared.dll
Syntax
public class DuneConnection : NetworkConnection
Fields
Authenticated
Whether the client is authenticated. True if the client is authenticated, False otherwise.
Declaration
public bool Authenticated
Field Value
Type | Description |
---|---|
System.Boolean |
AuthenticationToken
The server authentication token
Declaration
public string AuthenticationToken
Field Value
Type | Description |
---|---|
System.String |
IDToken
The client authentication token.
Declaration
public string IDToken
Field Value
Type | Description |
---|---|
System.String |
LocalReadiness
Whether the client is allowed to set itself ready. True if the client is allowed, False otherwise.
Declaration
public bool LocalReadiness
Field Value
Type | Description |
---|---|
System.Boolean |