| WebFormCall Class |
Namespace: com.softwarekey.Client.WebService
The WebFormCall type exposes the following members.
| Name | Description | |
|---|---|---|
| WebFormCall | Creates a new WebFormCall object. |
| Name | Description | |
|---|---|---|
| ContentEncoding | Gets or sets the encoding used for the request and response (UTF-8 is the default). | |
| ContentType | Gets or sets the content type ("application/x-www-form-urlencoded" is the default). | |
| LastException | Gets or sets the last Exception that occurred when calling the web form. | |
| Proxy | Gets or sets the proxy server settings. Leave as null/Nothing to use the system's default proxy settings. | |
| ProxyAuthenticationRequired | Gets or sets whether the proxy server requires authentication. | |
| RequireSsl | Gets or sets whether or not SSL is required. | |
| Response | Gets or sets the response returned from the server. | |
| StatusCode | Gets or sets the status code of the response returned from the server. | |
| Timeout | Gets or sets the timeout (in milliseconds). The default is 30000 milliseconds (or 30 seconds). |
| Name | Description | |
|---|---|---|
| CallWebForm | Calls the web form. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |