ThomasAPIService ClassThomas API Webservices Reference Guide
WCF Class containing public methods for the Thomas API
Inheritance Hierarchy

OnlineSystem Object
  Thomas.APIServices ThomasAPIService

Namespace: Thomas.APIServices
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

[ServiceBehaviorAttribute(InstanceContextMode = InstanceContextMode.PerSession)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class ThomasAPIService : IThomasAPIService
Remarks

AspNetCompatibilityRequirements() is used to allow the BusinessLogicLayer DLL to access HttpContext
See Also