C# Class LoginServer.Maincs

Show file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
IPCNewId UInt16
IPCPort int
IPCResultList IPCItem>.Dictionary
IPCServer Servers.IPCServer
guiActivity System.Windows.Forms.RichTextBox
guiServerlist System.Windows.Forms.ListBox
information bool
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
label5 System.Windows.Forms.Label
panel1 System.Windows.Forms.Panel
panel2 System.Windows.Forms.Panel

Public Methods

Method Description
Activity ( string information ) : void
Maincs ( ) : System
OnIPC ( System aSocket, System ep, byte data ) : void
_OnClientConnect ( object &de, LoginServer.LoginServer net ) : void
_OnClientDisconnect ( object o ) : void
_OnReceiveData ( LoginServer.LoginServer de ) : void
_ServerError ( Exception ex ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Maincs_MouseDown ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
guiActivity_TextChanged ( object sender, EventArgs e ) : void
label3_Click ( object sender, EventArgs e ) : void
label4_Click ( object sender, EventArgs e ) : void
label5_Click ( object sender, EventArgs e ) : void
panel1_MouseClick ( object sender, MouseEventArgs e ) : void
panel2_MouseClick ( object sender, MouseEventArgs e ) : void

Method Details

Activity() public method

public Activity ( string information ) : void
information string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Maincs() public method

public Maincs ( ) : System
return System

OnIPC() public method

public OnIPC ( System aSocket, System ep, byte data ) : void
aSocket System
ep System
data byte
return void

_OnClientConnect() public method

public _OnClientConnect ( object &de, LoginServer.LoginServer net ) : void
de object
net LoginServer.LoginServer
return void

_OnClientDisconnect() public method

public _OnClientDisconnect ( object o ) : void
o object
return void

_OnReceiveData() public static method

public static _OnReceiveData ( LoginServer.LoginServer de ) : void
de LoginServer.LoginServer
return void

_ServerError() public method

public _ServerError ( Exception ex ) : void
ex Exception
return void

Property Details

IPCNewId public static property

public static UInt16 IPCNewId
return UInt16

IPCPort public static property

public static int IPCPort
return int

IPCResultList public static property

public static Dictionary IPCResultList
return IPCItem>.Dictionary

IPCServer public static property

public static Servers.IPCServer IPCServer
return Servers.IPCServer

guiActivity public property

public System.Windows.Forms.RichTextBox guiActivity
return System.Windows.Forms.RichTextBox

guiServerlist public property

public System.Windows.Forms.ListBox guiServerlist
return System.Windows.Forms.ListBox

information public property

public bool information
return bool

label1 public property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

label4 public property

public System.Windows.Forms.Label label4
return System.Windows.Forms.Label

label5 public property

public System.Windows.Forms.Label label5
return System.Windows.Forms.Label

panel1 public property

public System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

panel2 public property

public System.Windows.Forms.Panel panel2
return System.Windows.Forms.Panel