Name | Description | |
---|---|---|
![]() | MySqlHttpOptions Constructor | Initializes a new instance of the Devart.Common.HttpOptions class. |
The following tables list the members exposed by MySqlHttpOptions.
Name | Description | |
---|---|---|
![]() | MySqlHttpOptions Constructor | Initializes a new instance of the Devart.Common.HttpOptions class. |
Name | Description | |
---|---|---|
![]() | DefaultBase64 | The default value for the Base64 property. |
![]() | DefaultContentLength | The default value in bytes for the Devart.Common.HttpOptions.ContentLength property. |
![]() | DefaultKeepAlive | The default value in seconds for the KeepAlive property. |
![]() | DefaultMaxConnectionAge | The default value in seconds for the Devart.Common.HttpOptions.MaxConnectionAge property. |
![]() | DefaultPort | The default value for the Devart.Common.HttpOptions.Port property. |
![]() | DefaultStrictContentLength | The default value for theDevart.Common.HttpOptions.StrictContentLength property. |
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. |
Name | Description | |
---|---|---|
![]() | ToString | Returns a System.String that represents the current System.Object |