Click or drag to resize

RelaxISWCFLinkProxy Constructor

Initializes a new RelaxISWCFProxy object

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public RelaxISWCFLinkProxy(
	Binding Binding,
	EndpointAddress EndPoint
)

Parameters

Binding  Binding
The binding to use for the proxy.
EndPoint  EndpointAddress
The EndPointAddress to use for the proxy.
Remarks
Use the GetDefaultProxy method to easily create a working proxy with the correct settings.
See Also