C# 클래스 GladNet.Payload.Authentication.AuthenticationResponse

상속: PacketPayload
파일 보기 프로젝트 열기: HelloKitty/GladNet2

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