C# Class LoginServer.Systems.SRX_Serverinfo

显示文件 Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Version int
code string
extip string
id System.UInt16
ip string
ipcport System.UInt16
lan_wan bool
lastPing System.DateTime
maxSlots System.UInt16
name string
port System.UInt16
status byte
usedSlots System.UInt16
wan string

Property Details

Version public_oe property

public int Version
return int

code public_oe property

public string code
return string

extip public_oe property

public string extip
return string

id public_oe property

public UInt16,System id
return System.UInt16

ip public_oe property

public string ip
return string

ipcport public_oe property

public UInt16,System ipcport
return System.UInt16

lan_wan public_oe property

public bool lan_wan
return bool

lastPing public_oe property

public DateTime,System lastPing
return System.DateTime

maxSlots public_oe property

public UInt16,System maxSlots
return System.UInt16

name public_oe property

public string name
return string

port public_oe property

public UInt16,System port
return System.UInt16

status public_oe property

public byte status
return byte

usedSlots public_oe property

public UInt16,System usedSlots
return System.UInt16

wan public_oe property

public string wan
return string