C# 클래스 RohBot.Packets.Authenticate

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

공개 프로퍼티들

프로퍼티 타입 설명
Method string
Password string
Tokens string
Username string

공개 메소드들

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

메소드 상세

Handle() 공개 메소드

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

프로퍼티 상세

Method 공개적으로 프로퍼티

public string Method
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string

Tokens 공개적으로 프로퍼티

public string Tokens
리턴 string

Username 공개적으로 프로퍼티

public string Username
리턴 string