Property | Type | Description | |
---|---|---|---|
ContentType_Html | string | ||
ContentType_Javascript | string |
Method | Description | |
---|---|---|
Add ( string path, Action |
||
Add ( string path, string content ) : |
||
Start ( ) : |
||
StaticServer ( ) : System | ||
StaticServer ( string host, int port ) : System | ||
WithContentType ( string extension, string expectedBarContentType ) : |
Method | Description | |
---|---|---|
AddContentTypeIfAvailable ( string localPath, |
||
IEnumerable ( ) : IEnumerator |
public Add ( string path, Action |
||
path | string | |
handler | Action |
|
return |
public Add ( string path, string content ) : |
||
path | string | |
content | string | |
return |
public StaticServer ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public WithContentType ( string extension, string expectedBarContentType ) : |
||
extension | string | |
expectedBarContentType | string | |
return |