QtsHttp  0.9.1
Classes | Namespaces | Enumerations | Functions
QtsHttpSystem.cs File Reference

Classes

class  QtsHttp.System.SettingInfo
 QTS system setting information class. More...
 
class  QtsHttp.System.ResponseCTX
 Context for QTS HTTP system response callback. More...
 
interface  QtsHttp.System.IRequestBase
 Interface for system request base. More...
 
interface  QtsHttp.System.IQtsHttpSystem
 Interface for Qts Http system API. More...
 

Namespaces

package  QtsHttp.System
 

Enumerations

enum  QtsHttp.System.APIVersion { QtsHttp.System.APIVersion.VersionUnknown = 0, QtsHttp.System.APIVersion.SystemApiV1 = 1 }
 
enum  QtsHttp.System.APIType {
  QtsHttp.System.APIType.Unknown, QtsHttp.System.APIType.Login, QtsHttp.System.APIType.Logout, QtsHttp.System.APIType.GetSystemSetting,
  QtsHttp.System.APIType.EnableFileStation
}
 

Functions

delegate void QtsHttp.System.AsyncResponseCallback (ResponseCTX responseCTX)
 QTS HTTP system callback function for async mode API. More...