| Base |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class BaseService
The BaseService type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateToken | Returns a brand new token used for service authentication | 
|   | GetResourceString | Returns the localized string if found, otherwise returns in the passed in text. | 
|  | ProcessStringListToInteger | Given a list of strings convert all values to Integer | 
|  | ValidateToken | A web service method which Validates if a token is still active and has not timed-out | 
|  | WebAccessLogger | Adds to the WSAccess log | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | AuthToken | A key which is used to register a session with time web services. AuthTokens are valid for around two hours | 
 See Also
See Also Inheritance Hierarchy
Inheritance Hierarchy