Click or drag to resize

BaseService Class

Web service base class for working with common and shared routines.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    More

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class BaseService

The BaseService type exposes the following members.

Methods
 NameDescription
Public methodCode exampleCreateToken Returns a brand new token used for service authentication
Public methodCode exampleGetResourceString Returns the localized string if found, otherwise returns in the passed in text.
Public methodProcessStringListToInteger Given a list of strings convert all values to Integer
Public methodValidateToken A web service method which Validates if a token is still active and has not timed-out
Public methodWebAccessLogger Adds to the WSAccess log
Top
Fields
 NameDescription
Public fieldAuthToken A key which is used to register a session with time web services. AuthTokens are valid for around two hours
Top
See Also
Inheritance Hierarchy