Proxy Constructor (String, String)
Initializes a new instance of the Proxy class

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

public Proxy(
	string endpointConfigurationName,
	string remoteAddress
)

Parameters

endpointConfigurationName
Type: OnlineSystem String

[Missing <param name="endpointConfigurationName"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.#ctor(System.String,System.String)"]

remoteAddress
Type: OnlineSystem String

[Missing <param name="remoteAddress"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.#ctor(System.String,System.String)"]

See Also