dotConnect for MySQL Documentation
Devart.Common Namespace / HttpOptions Class / KeepAlive Property

In This Topic
    KeepAlive Property (HttpOptions)
    In This Topic
    Determines whether to send Keep-Alive HTTP packets.
    Syntax
    'Declaration
     
    Public Property KeepAlive As Boolean
    public bool KeepAlive {get; set;}

    Property Value

    true, if Keep-Alive HTTP packet sending is enabled; otherwise, false. The default value is true.
    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.
    See Also