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

In This Topic
    HttpPort Property
    In This Topic
    Gets or sets the port number of HTTP tunnel server.
    Syntax
    'Declaration
     
    Public Property HttpPort As Integer
    public int HttpPort {get; set;}

    Property Value

    The port number of the server. The default value is 8888.
    Remarks
    This feature is not available in Mobile edition.
    See Also