C# Class GladNet.Payload.Authentication.AuthenticationResponse

Inheritance: PacketPayload
Exibir arquivo Open project: HelloKitty/GladNet2

Private Properties

Property Type Description

Public Methods

Method Description
AuthenticationResponse ( ) : System

Constructrs a successful response.

AuthenticationResponse ( ResponseErrorCode responseCode, string errorMessage ) : System

Optional ctor for constructing an errored response.

Method Details

AuthenticationResponse() public method

Constructrs a successful response.
public AuthenticationResponse ( ) : System
return System

AuthenticationResponse() public method

Optional ctor for constructing an errored response.
public AuthenticationResponse ( ResponseErrorCode responseCode, string errorMessage ) : System
responseCode ResponseErrorCode Error code (reason).
errorMessage string Human readable reason message.
return System