C# 클래스 Sharpcraft.Networking.Packets.LoginRequestPacketCS

Login request packet sent by client when connecting to a server.
상속: Packet
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

공개 프로퍼티들

프로퍼티 타입 설명
ProtocolVersion System.Int32
ProtocolVersion int
Username string

공개 메소드들

메소드 설명
LoginRequestPacketCS ( Int32 protocolVersion, string username = null ) : System

메소드 상세

LoginRequestPacketCS() 공개 메소드

public LoginRequestPacketCS ( Int32 protocolVersion, string username = null ) : System
protocolVersion System.Int32
username string
리턴 System

프로퍼티 상세

ProtocolVersion 공개적으로 프로퍼티

public Int32,System ProtocolVersion
리턴 System.Int32

ProtocolVersion 공개적으로 프로퍼티

Protocol version that the CLIENT supports.
public int ProtocolVersion
리턴 int

Username 공개적으로 프로퍼티

public string Username
리턴 string