C# Class Netduino.WebServer.Server.HttpServer

ファイルを表示 Open project: martinbuberl/Netduino Class Usage Examples

Public Methods

Method Description
HttpServer ( int port = 80 ) : System.Net
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Listen ( ) : void

Method Details

HttpServer() public method

public HttpServer ( int port = 80 ) : System.Net
port int
return System.Net

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void