HttpOptions Class Members
In This Topic
The following tables list the members exposed by HttpOptions.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | Base64 | |
 | KeepAlive | Determines whether to send Keep-Alive HTTP packets. |
 | Password | Gets or sets the password for HTTP authorization. |
 | Url | Gets or sets url of the tunneling PHP script. For example, if the script is in the server root, the url can be the following: http://localhost/tunnel.php. |
 | User | Gets or sets the user name for HTTP authorization. |
Top
Public Methods
See Also