C# Class Network.Rest.RestServer

Mostra file Open project: automaters/bonjour.net Class Usage Examples

Public Methods

Method Description
OnRequestReceived ( RequestEventArgs rea ) : void
RestServer ( ushort port ) : System
Restart ( ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
OnStart ( ) : void
OnStop ( ) : void

Method Details

OnRequestReceived() public method

public OnRequestReceived ( RequestEventArgs rea ) : void
rea RequestEventArgs
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

RestServer() public method

public RestServer ( ushort port ) : System
port ushort
return System

Restart() public method

public Restart ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void