Method | Description | |
---|---|---|
Start ( string uriPrefix ) : void |
Starts the Web Service
|
|
Stop ( ) : void |
Shut down the Web Service
|
Method | Description | |
---|---|---|
IDisposable ( ) : void | ||
OnPropertyChanged ( string propertyName ) : void | ||
WebRequestCallback ( IAsyncResult asyncResult ) : void |
public Start ( string uriPrefix ) : void | ||
uriPrefix | string | /// A Uri that acts as the base that the server is listening on. /// Format should be: http://127.0.0.1:8080/ or http://127.0.0.1:8080/somevirtual/ /// Note: the trailing backslash is required! For more info see the /// HttpListener.Prefixes property on MSDN. /// |
return | void |