一般的,当是http1.1时,如果没有显式的Connection: close,即返回true。当是http1.0时,如果没有显式的Connection: Keep-Alive,即返回false。
public bool KeepAlive { get; set; }
Public Property KeepAlive As Boolean Get Set
member KeepAlive : bool with get, set
In This Article