C# Class Network.Rest.RestServer

Afficher le fichier Open project: automaters/bonjour.net Class Usage Examples

Méthodes publiques

Méthode Description
OnRequestReceived ( RequestEventArgs rea ) : void
RestServer ( ushort port ) : System
Restart ( ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnStart ( ) : void
OnStop ( ) : void

Method Details

OnRequestReceived() public méthode

public OnRequestReceived ( RequestEventArgs rea ) : void
rea RequestEventArgs
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

RestServer() public méthode

public RestServer ( ushort port ) : System
port ushort
Résultat System

Restart() public méthode

public Restart ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void