dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlHttpOptions Class

In This Topic
    MySqlHttpOptions Class Properties
    In This Topic

    For a list of all members of this type, see MySqlHttpOptions members.

    Public Properties
     NameDescription
    Public PropertySpecifies whether to encode data to MIME base64 format before sending them with the POST Request.  
    Public PropertyGets or sets the Content-Length HTTP header parameter. This is the size of message body in bytes for both client and server.  
    Public PropertyGets or sets the host name or IP address of HTTP tunnel server.  
    Public PropertyGets or sets the timeout in seconds to send Keep-Alive HTTP packets.  
    Public PropertyGets or sets the maximum connection age in seconds after which the tunnel will be closed.  
    Public PropertyGets or sets the password for HTTP authorization.  
    Public PropertyGets or sets the port number of HTTP tunnel server.  
    Public PropertyGets or sets a value indicating whether data padding is enabled when message size is smaller than Devart.Common.HttpOptions.ContentLength.  
    Public PropertyGets 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.  
    Public PropertyGets or sets the user name for HTTP authorization.  
    Top
    See Also