C# Class DistrictServer.Program

ファイルを表示 Open project: fiki574/rAPB

Public Properties

Property Type Description
ID Byte
IP String
Language Byte
Password String
Port String
Token String
Type Byte
World DistrictServer.World.Client
listener Listener

Public Methods

Method Description
GetPublicIP ( ) : string

Private Methods

Method Description
Main ( string args ) : void

Method Details

GetPublicIP() public static method

public static GetPublicIP ( ) : string
return string

Property Details

ID public_oe static_oe property

public static Byte ID
return Byte

IP public_oe static_oe property

public static String IP
return String

Language public_oe static_oe property

public static Byte Language
return Byte

Password public_oe static_oe property

public static String Password
return String

Port public_oe static_oe property

public static String Port
return String

Token public_oe static_oe property

public static String Token
return String

Type public_oe static_oe property

public static Byte Type
return Byte

World public_oe static_oe property

public static Client,DistrictServer.World World
return DistrictServer.World.Client

listener public_oe static_oe property

public static Listener,DistrictServer listener
return Listener