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

In This Topic
    HttpKeepAlive Property
    In This Topic
    Gets or sets the timeout in seconds to send Keep-Alive HTTP packets.
    Syntax
    'Declaration
     
    Public Property HttpKeepAlive As Integer
    public int HttpKeepAlive {get; set;}

    Property Value

    The timeout in seconds to send Keep-Alive HTTP packets. The default value is 1 second.
    Remarks
    Proxy server can close connection if no data is transferred during some period, so special packets are sent to prevent this. To disable the functionality set this property to a very big value. This feature is not available in Mobile edition.
    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