Proxy Constructor (Binding, EndpointAddress)
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(
	Binding binding,
	EndpointAddress remoteAddress
)

Parameters

binding
Type: OnlineSystem.ServiceModel.Channels Binding

[Missing <param name="binding"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)"]

remoteAddress
Type: OnlineSystem.ServiceModel EndpointAddress

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

See Also