Abstract
Constructor for WebService base class. Note: For subclasses of this, it is recommended to use IWebServiceProps to simplify user implementation usage.
internal props
Readonly
instanceinstanceId of WebService.
Protected
loggerReadonly
nameFriendly name of webservice.
Readonly
packageReadonly
portProtected
stateProtected
getInstalls the WebService to the app.
for install
Whether the app is installed or not.
Uninstalls the WebService from the app.
for uninstall
Base web service class to be implemented.