Class SharedHandshakeResponse
Inheritance
System.Object
SharedHandshakeResponse
Assembly: DuneNet.Shared.dll
Syntax
public class SharedHandshakeResponse : MessageBase
Constructors
SharedHandshakeResponse()
Declaration
public SharedHandshakeResponse()
SharedHandshakeResponse(String, HandshakeResponse)
Declaration
public SharedHandshakeResponse(string idToken, HandshakeResponse response)
Parameters
SharedHandshakeResponse(String, Boolean, String)
Declaration
public SharedHandshakeResponse(string idToken, bool allowed, string error)
Parameters
Type |
Name |
Description |
System.String |
idToken |
|
System.Boolean |
allowed |
|
System.String |
error |
|
Fields
Allowed
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Error
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
Deserialize(NetworkReader)
Declaration
public override void Deserialize(NetworkReader reader)
Parameters
Type |
Name |
Description |
NetworkReader |
reader |
|
Serialize(NetworkWriter)
Declaration
public override void Serialize(NetworkWriter writer)
Parameters
Type |
Name |
Description |
NetworkWriter |
writer |
|