C# Класс GladNet.Payload.Authentication.AuthenticationResponse

Наследование: PacketPayload
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AuthenticationResponse ( ) : System

Constructrs a successful response.

AuthenticationResponse ( ResponseErrorCode responseCode, string errorMessage ) : System

Optional ctor for constructing an errored response.

Описание методов

AuthenticationResponse() публичный Метод

Constructrs a successful response.
public AuthenticationResponse ( ) : System
Результат System

AuthenticationResponse() публичный Метод

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.
Результат System