dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / HttpHost Property

In This Topic
    HttpHost Property
    In This Topic
    Gets or sets the host name or IP address of HTTP tunnel server.
    Syntax
    'Declaration
     
    Public Property HttpHost As String
    public string HttpHost {get; set;}

    Property Value

    Host name or IP address.
    Remarks
    This feature is not available in Mobile edition.
    See Also