HotDocs.Sdk.Cloud Namespace
The HotDocs.Sdk.Cloud namespace contains types used specifically for communicating with HotDocs Cloud Services. The types in this namespace supplant what (in the past) has traditionally been referred to as the "Cloud Services .NET Client Library." It includes classes used to simplify calls to any of Cloud Services' various APIs:
  • Session-based API ("HotDocs Embedded"): use RestClient;
  • Stateless API ("Direct"): use either SoapClient or RestClient.
Classes

  Class Description
Public class ClientBase
An abstract base class for clients that communicate with HotDocs Cloud Services.
Public class Extensions
Extension methods
Public class RestClient
The RESTful implementation of the Core Services client.
Public class SoapClient
The default Core Services client. This implementation uses the Core Services SOAP web service.