Click or drag to resize
AutomationClientWebFormCall Constructor
Creates a new AutomationClientWebFormCall object.

Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public AutomationClientWebFormCall(
	string url,
	WebFormCallHttpMethod method
)

Parameters

url
Type: SystemString
The URL to the web form.
method
Type: com.softwarekey.Client.WebServiceWebFormCallHttpMethod
The WebFormCallHttpMethod that will be used for this object.
See Also