Method | Description | |
---|---|---|
SimpleHTTPServer ( string path ) : System |
Construct server with suitable port.
|
|
SimpleHTTPServer ( string path, int port ) : System |
Construct server with given port.
|
|
Stop ( ) : void |
Stop server and dispose all functions.
|
Method | Description | |
---|---|---|
Initialize ( string path, int port ) : void | ||
Listen ( ) : void | ||
Process ( |
public SimpleHTTPServer ( string path ) : System | ||
path | string | Directory path to serve. |
return | System |
public SimpleHTTPServer ( string path, int port ) : System | ||
path | string | Directory path to serve. |
port | int | Port of the server. |
return | System |