Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property ConnectionClose As Nullable(Of Boolean)
    Get 
    Set
'Usage
Dim instance As HttpResponseHeaders 
Dim value As Nullable(Of Boolean)
value = instance.ConnectionClose
instance.ConnectionClose = value
public Nullable<bool> ConnectionClose { get; set; }
public:
property Nullable<bool> ConnectionClose {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member ConnectionClose : Nullable<bool> with get, set
function get ConnectionClose () : Nullable<boolean>
function set ConnectionClose (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>