C# 클래스 LaunchServer.LoginPacket

상속: Packet
파일 보기 프로젝트 열기: N3X15/MineEdit

공개 메소드들

메소드 설명
LoginPacket ( ) : System
Read ( System &stream ) : void
ToString ( ) : string
Write ( System &stream ) : void

메소드 상세

LoginPacket() 공개 메소드

public LoginPacket ( ) : System
리턴 System

Read() 공개 메소드

public Read ( System &stream ) : void
stream System
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( System &stream ) : void
stream System
리턴 void