dotConnect for MySQL Documentation
Devart.Common Namespace / HttpOptions Class
Members

In This Topic
    HttpOptions Class
    In This Topic
    Represents connection options for HTTP tunneling.
    Syntax
    'Declaration
     
    Public Class HttpOptions 
    public class HttpOptions 
    Remarks

    This class contains settings for HTTP connection in Devart.Data.MySql.MySqlConnection. Use the Devart.Data.MySql.MySqlConnection.HttpOptions property to adjust the settings.

    For more information on HTTP tunneling refer to the Network Tunneling article.

    This class is not available in Mobile Edition.

    Inheritance Hierarchy

    System.Object
       Devart.Common.HttpOptions

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also