Click or drag to resize
WebFormCallHttpMethod Enumeration
HTTP method verbs supported by WebFormCall implementations.

Namespace: com.softwarekey.Client.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public enum WebFormCallHttpMethod
Members
  Member nameValueDescription
Get0Standard HTTP GET.
Post1Standard HTTP POST.
See Also