TcAdsWebService.js
The TcAdsWebService.js JavaScript Library provides objects for an easier usage of the TcAdsWebService.
Objects
The TcAdsWebService object is used as a pseudo namespace and provides access to all useable JavaScript objects.
Name | Description |
---|---|
The TcAdsWebService.AdsConnection object handles the asynchronous or synchronous AJAX communication with the TcAdsWebService by wrapping the TcAdsWebService.Client object | |
The TcAdsWebService.Client object handles the asynchronous or synchronous AJAX communication with the TcAdsWebService. | |
The TcAdsWebService.DataReader object can be used to read data from a Base64 encoded binary data string recieved from the TcAdsWebService. | |
The TcAdsWebService.DataWriter object can be used to create a Base64 encoded binary data string for the TcAdsWebService. | |
Pseudo enumeration object. | |
Pseudo enumeration object. | |
Pseudo enumeration object. | |
Provides information about the request progress and how it has finished. | |
Provides information about AJAX errors. | |
Provides information about ads errors. |
Properties
Name | Description |
---|---|
nActiveReqCount | Returns a counter of active ajax requests against the TcAdsWebService. |