HttpResponseHeaders.TransferEncodingChunked Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Property TransferEncodingChunked As Nullable(Of Boolean)
    Get 
    Set
'Usage
Dim instance As HttpResponseHeaders 
Dim value As Nullable(Of Boolean)

value = instance.TransferEncodingChunked

instance.TransferEncodingChunked = value
public Nullable<bool> TransferEncodingChunked { get; set; }
public:
property Nullable<bool> TransferEncodingChunked {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member TransferEncodingChunked : Nullable<bool> with get, set
function get TransferEncodingChunked () : Nullable<boolean>
function set TransferEncodingChunked (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

See Also

Reference

HttpResponseHeaders Class

System.Net.Http.Headers Namespace