RestClient Constructor
Initializes a new instance of the RestClient class

Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax

public RestClient(
	string subscriberID,
	string signingKey,
	string endpointAddress = null,
	string proxyAddress = null
)

Parameters

subscriberID
Type: SystemString
The Subscriber account identifier, found in the Administration Portal. The subscriberID corresponds to the company or website subscribing to the service, not an individual end user.
signingKey
Type: SystemString
The Subscriber's unique signing key.
endpointAddress (Optional)
Type: SystemString
Optional: Overrides the default endpoint address. e.g. https://127.0.0.1/Core.svc
proxyAddress (Optional)
Type: SystemString

[Missing <param name="proxyAddress"/> documentation for "M:HotDocs.Cloud.Client.RestClient.#ctor(System.String,System.String,System.String,System.String)"]

See Also

Reference