KeepAlive Property (HttpOptions)
Determines whether to send Keep-Alive HTTP packets.
public bool KeepAlive {get; set;}
'Declaration
Public Property KeepAlive As Boolean
Property Value
true, if Keep-Alive HTTP packet sending is enabled; otherwise,
false. The default value is
true.