C# Class GladNet.Payload.Authentication.AuthenticationResponse

Inheritance: PacketPayload
Afficher le fichier Open project: HelloKitty/GladNet2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthenticationResponse ( ) : System

Constructrs a successful response.

AuthenticationResponse ( ResponseErrorCode responseCode, string errorMessage ) : System

Optional ctor for constructing an errored response.

Method Details

AuthenticationResponse() public méthode

Constructrs a successful response.
public AuthenticationResponse ( ) : System
Résultat System

AuthenticationResponse() public méthode

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.
Résultat System