C# Class QRPrint.WebServer

Datei anzeigen Open project: yukimizake/QRPrint Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
WebServer ( string uriPrefix ) : System

Private Methods

Method Description
ProcessRequest ( object listenerContext ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WebServer() public method

public WebServer ( string uriPrefix ) : System
uriPrefix string
return System