C# 클래스 DistrictServer.Program

파일 보기 프로젝트 열기: fiki574/rAPB

공개 프로퍼티들

프로퍼티 타입 설명
ID Byte
IP String
Language Byte
Password String
Port String
Token String
Type Byte
World DistrictServer.World.Client
listener Listener

공개 메소드들

메소드 설명
GetPublicIP ( ) : string

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

GetPublicIP() 공개 정적인 메소드

public static GetPublicIP ( ) : string
리턴 string

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

public static Byte ID
리턴 Byte

IP 공개적으로 정적으로 프로퍼티

public static String IP
리턴 String

Language 공개적으로 정적으로 프로퍼티

public static Byte Language
리턴 Byte

Password 공개적으로 정적으로 프로퍼티

public static String Password
리턴 String

Port 공개적으로 정적으로 프로퍼티

public static String Port
리턴 String

Token 공개적으로 정적으로 프로퍼티

public static String Token
리턴 String

Type 공개적으로 정적으로 프로퍼티

public static Byte Type
리턴 Byte

World 공개적으로 정적으로 프로퍼티

public static Client,DistrictServer.World World
리턴 DistrictServer.World.Client

listener 공개적으로 정적으로 프로퍼티

public static Listener,DistrictServer listener
리턴 Listener