EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


TElAS2HTTPOptions.KeepAlive

TElAS2HTTPOptions     See also    


 

Forces client to request keep-alive mode from server.

 
 

Declaration

[C#]
    bool KeepAlive;

[VB.NET]
    Property KeepAlive As Boolean

[Pascal]
    property KeepAlive: boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify if socket connection should be kept open for further requests after HTTP response is received. If this property is False, socket connection will be closed just after HTTP response is received.

 
 

See also:     MaxRedirections    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation