C# Class LoginServer.Maincs

Exibir arquivo 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_oe static_oe property

public static UInt16 IPCNewId
return UInt16

IPCPort public_oe static_oe property

public static int IPCPort
return int

IPCResultList public_oe static_oe property

public static Dictionary IPCResultList
return IPCItem>.Dictionary

IPCServer public_oe static_oe property

public static Servers.IPCServer IPCServer
return Servers.IPCServer

guiActivity public_oe property

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

guiServerlist public_oe property

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

information public_oe property

public bool information
return bool

label1 public_oe property

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

label2 public_oe property

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

label3 public_oe property

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

label4 public_oe property

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

label5 public_oe property

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

panel1 public_oe property

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

panel2 public_oe property

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