Show / Hide Table of Contents

Class SharedHandshakeResponse

Inheritance
System.Object
SharedHandshakeResponse
Namespace: DuneNet.Shared.Messages
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
Type Name Description
System.String idToken
HandshakeResponse response

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
public bool Allowed
Field Value
Type Description
System.Boolean

Error

Declaration
public string Error
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
Back to top Copyright © 2018 Dune Interactive.