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

In This Topic
    MySqlHttpOptions Class Members
    In This Topic

    The following tables list the members exposed by MySqlHttpOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Devart.Common.HttpOptions class.  
    Top
    Public Fields
     NameDescription
    Public FieldThe default value for the Base64 property.  
    Public FieldThe default value in bytes for the Devart.Common.HttpOptions.ContentLength property.  
    Public FieldThe default value in seconds for the KeepAlive property.  
    Public FieldThe default value in seconds for the Devart.Common.HttpOptions.MaxConnectionAge property.  
    Public FieldThe default value for the Devart.Common.HttpOptions.Port property.  
    Public FieldThe default value for theDevart.Common.HttpOptions.StrictContentLength property.  
    Top
    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
    Public Methods
     NameDescription
    Public MethodReturns a System.String that represents the current System.Object  
    Top
    See Also