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

In This Topic
    ProxyOptions Class
    In This Topic
    Represents proxy server settings.
    Syntax
    'Declaration
     
    Public Class ProxyOptions 
    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