Base class for services.
Creates an instance of ServiceBase.
The protocol type of the service.
The protocol version of the service.
The name of the service.
Error if the service name is invalid.
The base name of the service.
Static
Checks if a service name is valid.
True if the service name is valid, false otherwise.
Allowed characters are letters, digits, and the following special characters: _ -
Base class for services.