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

MySqlHttpOptions Class
Represents connection options for HTTP tunneling.
Syntax
'Declaration
 
Public Class MySqlHttpOptions 
 
Remarks

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

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

This feature is not available in the Mobile Edition.

Inheritance Hierarchy

System.Object
   Devart.Data.MySql.MySqlHttpOptions

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