Class HandshakeResponse
A Handshake Eesponse used to authenticate clients.
Inheritance
System.Object
HandshakeResponse
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: DuneNet.Shared.Modules
Assembly: DuneNet.Shared.dll
Syntax
[Serializable]
public class HandshakeResponse
Fields
Allowed
Whether the client was successfully authenticated. True if the client successfully authenticated, False otherwise.
Declaration
public bool Allowed
Field Value
Type | Description |
---|---|
System.Boolean |
AuthenticationToken
The server authentication token
Declaration
public string AuthenticationToken
Field Value
Type | Description |
---|---|
System.String |
Error
The server authentication error. Only populated if the authentication attempt was rejected.
Declaration
public string Error
Field Value
Type | Description |
---|---|
System.String |