C# Class Auxilium_Server.Classes.Server

Afficher le fichier Open project: banksyhf/Auxilium Class Usage Examples

Private Properties

Свойство Type Description
HandleState void
OnClientRead void
OnClientState void
OnClientWrite void
OnServerState void
Process void

Méthodes publiques

Méthode Description
Disconnect ( ) : void
Listen ( ushort port ) : void

Private Methods

Méthode 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 méthode

public Disconnect ( ) : void
Résultat void

Listen() public méthode

public Listen ( ushort port ) : void
port ushort
Résultat void