C# Class LobbyServer.World.World

Show file Open project: fiki574/rAPB Class Usage Examples

Public Properties

Property Type Description
IP1 Byte
IP2 Byte
IP3 Byte
IP4 Byte
Id System.UInt32
Name String
Population Byte
Port System.UInt32

Public Methods

Method Description
Send ( Packet packet ) : void
World ( TcpClient client ) : System

Method Details

Send() public method

public Send ( Packet packet ) : void
packet LobbyServer.World.LW.Packet
return void

World() public method

public World ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
return System

Property Details

IP1 public property

public Byte IP1
return Byte

IP2 public property

public Byte IP2
return Byte

IP3 public property

public Byte IP3
return Byte

IP4 public property

public Byte IP4
return Byte

Id public property

public UInt32,System Id
return System.UInt32

Name public property

public String Name
return String

Population public property

public Byte Population
return Byte

Port public property

public UInt32,System Port
return System.UInt32