C# Class LoginServer.Systems

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
DownloadPort System.Int16
DownloadServer string
GSList Systems.SRX_Serverinfo>.Dictionary
MAX_BUFFER int
News_List List

Public Methods

Method Description
AllreadyConnected ( ) : byte[]
BannedUser ( string sReason ) : byte[]
CheckServerExpired ( int seconds ) : void
Clientok ( ) : byte[]
Connect ( ) : void
ConnectSucces ( string ip, ushort port, byte type ) : byte[]
ConnectWrong ( ushort type ) : byte[]
GateWayPacket ( ) : byte[]
GetServerByEndPoint ( string ip, int port ) : SRX_Serverinfo
LoadGame_1 ( ) : byte[]
LoadGame_2 ( ) : byte[]
LoadGame_3 ( ) : byte[]
LoadGame_4 ( ) : byte[]
LoadGame_5 ( ) : byte[]
LoadGame_6 ( ) : byte[]
LoadServers ( string serverFile, UInt16 defaultPort ) : int
Load_NewsList ( ) : void
News ( ) : byte[]
NoSuchUser ( ) : byte[]
Patch ( ) : void
ServerIsFull ( ) : byte[]
ServerListPacket ( int cliVersion ) : byte[]
SomethingWentWrong ( ) : byte[]
Systems ( Client de ) : System
WrongInformation ( ) : byte[]
getarticle ( string title ) : NewsList
oPCode ( Decode decode ) : void

Private Methods

Method Description
CheckCrowed ( ushort serverid ) : bool

Method Details

AllreadyConnected() public static method

public static AllreadyConnected ( ) : byte[]
return byte[]

BannedUser() public static method

public static BannedUser ( string sReason ) : byte[]
sReason string
return byte[]

CheckServerExpired() public static method

public static CheckServerExpired ( int seconds ) : void
seconds int
return void

Clientok() public static method

public static Clientok ( ) : byte[]
return byte[]

Connect() public method

public Connect ( ) : void
return void

ConnectSucces() public static method

public static ConnectSucces ( string ip, ushort port, byte type ) : byte[]
ip string
port ushort
type byte
return byte[]

ConnectWrong() public static method

public static ConnectWrong ( ushort type ) : byte[]
type ushort
return byte[]

GateWayPacket() public static method

public static GateWayPacket ( ) : byte[]
return byte[]

GetServerByEndPoint() public static method

public static GetServerByEndPoint ( string ip, int port ) : SRX_Serverinfo
ip string
port int
return SRX_Serverinfo

LoadGame_1() public static method

public static LoadGame_1 ( ) : byte[]
return byte[]

LoadGame_2() public static method

public static LoadGame_2 ( ) : byte[]
return byte[]

LoadGame_3() public static method

public static LoadGame_3 ( ) : byte[]
return byte[]

LoadGame_4() public static method

public static LoadGame_4 ( ) : byte[]
return byte[]

LoadGame_5() public static method

public static LoadGame_5 ( ) : byte[]
return byte[]

LoadGame_6() public static method

public static LoadGame_6 ( ) : byte[]
return byte[]

LoadServers() public static method

public static LoadServers ( string serverFile, UInt16 defaultPort ) : int
serverFile string
defaultPort System.UInt16
return int

Load_NewsList() public static method

public static Load_NewsList ( ) : void
return void

News() public static method

public static News ( ) : byte[]
return byte[]

NoSuchUser() public static method

public static NoSuchUser ( ) : byte[]
return byte[]

Patch() public method

public Patch ( ) : void
return void

ServerIsFull() public static method

public static ServerIsFull ( ) : byte[]
return byte[]

ServerListPacket() public static method

public static ServerListPacket ( int cliVersion ) : byte[]
cliVersion int
return byte[]

SomethingWentWrong() public static method

public static SomethingWentWrong ( ) : byte[]
return byte[]

Systems() public method

public Systems ( Client de ) : System
de Client
return System

WrongInformation() public method

public WrongInformation ( ) : byte[]
return byte[]

getarticle() public static method

public static getarticle ( string title ) : NewsList
title string
return NewsList

oPCode() public static method

public static oPCode ( Decode decode ) : void
decode Decode
return void

Property Details

DownloadPort public static property

public static Int16,System DownloadPort
return System.Int16

DownloadServer public static property

public static string DownloadServer
return string

GSList public static property

public static Dictionary GSList
return Systems.SRX_Serverinfo>.Dictionary

MAX_BUFFER public static property

public static int MAX_BUFFER
return int

News_List public static property

public static List News_List
return List