HttpResponseHeaders::TransferEncodingChunked Property

.NET Framework (current version)
 

Gets or sets a value that indicates if the Transfer-Encoding header for an HTTP response contains chunked.

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

public:
property Nullable<bool> TransferEncodingChunked {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if the Transfer-Encoding header contains chunked, otherwise false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: