C# Class Auxilium_Server.Classes.Server

Show file Open project: banksyhf/Auxilium Class Usage Examples

Private Properties

Property Type Description
HandleState void
OnClientRead void
OnClientState void
OnClientWrite void
OnServerState void
Process void

Public Methods

Method Description
Disconnect ( ) : void
Listen ( ushort port ) : void

Private Methods

Method Description
HandleState ( Client s, bool open ) : void
OnClientRead ( Client c, byte e ) : void
OnClientState ( Client c, bool connected ) : void
OnClientWrite ( Client c ) : void
OnServerState ( bool listening ) : void
Process ( object s, SocketAsyncEventArgs e ) : void

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void

Listen() public method

public Listen ( ushort port ) : void
port ushort
return void