Provider

Undocumented in source.

Constructors

this
this(string name, double ver, string info)

Constructs a provider with the specified name, version number, and information.

Members

Functions

getInfo
string getInfo()

Returns a human-readable description of the provider and its services. This may return an HTML page, with relevant links.

getName
string getName()

Returns the name of this provider.

getVersion
double getVersion()

Returns the version number for this provider.

toString
string toString()

Returns a string with the name and the version number of this provider.

Meta