C# 클래스 RohBot.Packets.AuthenticateResponse

상속: Packet
파일 보기 프로젝트 열기: Rohansi/RohBot

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Success bool
Tokens string

공개 메소드들

메소드 설명
Handle ( Connection connection ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( Connection connection ) : void
connection Connection
리턴 void

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Success 공개적으로 프로퍼티

public bool Success
리턴 bool

Tokens 공개적으로 프로퍼티

public string Tokens
리턴 string