Click or drag to resize
WebFormCall Class
Base implementation for web form calls, including things like posting data to the trial tracking service, making previous-generation (Automation Client) calls, etc...
Inheritance Hierarchy

Namespace: com.softwarekey.Client.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public abstract class WebFormCall

The WebFormCall type exposes the following members.

Constructors
  NameDescription
Public methodWebFormCall
Creates a new WebFormCall object.
Top
Properties
  NameDescription
Public propertyContentEncoding
Gets or sets the encoding used for the request and response (UTF-8 is the default).
Public propertyContentType
Gets or sets the content type ("application/x-www-form-urlencoded" is the default).
Public propertyLastException
Gets or sets the last Exception that occurred when calling the web form.
Public propertyProxy
Gets or sets the proxy server settings. Leave as null/Nothing to use the system's default proxy settings.
Public propertyProxyAuthenticationRequired
Gets or sets whether the proxy server requires authentication.
Public propertyRequireSsl
Gets or sets whether or not SSL is required.
Public propertyResponse
Gets or sets the response returned from the server.
Public propertyStatusCode
Gets or sets the status code of the response returned from the server.
Public propertyTimeout
Gets or sets the timeout (in milliseconds). The default is 30000 milliseconds (or 30 seconds).
Top
Methods
  NameDescription
Public methodCallWebForm
Calls the web form.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also