C# Class ManyClients.Client

Inheritance: System.Windows.Forms.Form
Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Net Lidgren.Network.NetClient

Public Methods

Method Description
Client ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

Private Methods

Method Description
Heartbeat ( ) : void
InitializeComponent ( ) : void

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

Shutdown ( ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

Client() public method

public Client ( ) : System
return System

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

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

Net public property

public NetClient,Lidgren.Network Net
return Lidgren.Network.NetClient