In the .NET IDOL SDK, the main functionality is provided by the following objects:
The AciClient class provides methods for creating new connections.
Command objects represent requests to an ACI server. They can be run by any connection returned by AciClient.
Response objects represent responses from an ACI server. They provide access to the XML of the response, which is represented by a System.Xml.XmlDocument object.
|
|