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

Namespace: com.softwarekey.Client.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public WebFormCall(
	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