SoapClient Constructor
Constructs a Client object using

Namespace: HotDocs.Sdk.Cloud
Assembly: HotDocs.Sdk.Cloud (in HotDocs.Sdk.Cloud.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public SoapClient(
	string subscriberId,
	string signingKey,
	string hostAddress = null,
	string proxyServerAddress = null
)

Parameters

subscriberId
Type: OnlineSystem String
Subscriber ID provided by HotDocs
signingKey
Type: OnlineSystem String
Signing key provided by HotDocs
hostAddress (Optional)
Type: OnlineSystem String
Optional service host address -- overrides the config file
proxyServerAddress (Optional)
Type: OnlineSystem String
Optional proxy server address -- overrides the config file
See Also