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

ProxyOptions Class
Represents proxy server settings.
Syntax
'Declaration
 
Public Class ProxyOptions 
 
Remarks

This class contains settings for a connection through proxy in Devart.Data.MySql.MySqlConnection. Use the Devart.Data.MySql.MySqlConnection.ProxyOptions property to adjust the settings.

For more information on using proxy connections refer to the Network Tunneling article.

Inheritance Hierarchy

System.Object
   Devart.Common.ProxyOptions

See Also