C# Class CheevoService.HTTPServer

Inheritance: IDisposable
Show file Open project: acid2000/OfficeCheevos

Public Methods

Method Description
Dispose ( ) : void
HTTPServer ( int port ) : System
Start ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HTTPServer() public method

public HTTPServer ( int port ) : System
port int
return System

Start() public method

public Start ( ) : void
return void