Name | Description | |
---|---|---|
![]() | Base64 | Specifies whether to encode data to MIME base64 format before sending them with the POST Request. |
![]() | ContentLength | Gets or sets the Content-Length HTTP header parameter. This is the size of message body in bytes for both client and server. |
![]() | Host | Gets or sets the host name or IP address of HTTP tunnel server. |
![]() | KeepAlive | Gets or sets the timeout in seconds to send Keep-Alive HTTP packets. |
![]() | MaxConnectionAge | Gets or sets the maximum connection age in seconds after which the tunnel will be closed. |
![]() | Password | Gets or sets the password for HTTP authorization. |
![]() | Port | Gets or sets the port number of HTTP tunnel server. |
![]() | StrictContentLength | Gets or sets a value indicating whether data padding is enabled when message size is smaller than Devart.Common.HttpOptions.ContentLength. |
![]() | Url | Gets or sets the 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. |