The AspEnableChunkedEncoding property specifies whether HTTP 1.1 chunked transfer encoding is enabled for the World Wide Web Publishing Service (WWW service).
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AspEnableChunkedEncoding As Boolean |
| C# |
|---|
| public bool AspEnableChunkedEncoding { get; set; } |
| C++ |
|---|
| public property bool AspEnableChunkedEncoding sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AspEnableChunkedEncoding(); /** property */ public void set_AspEnableChunkedEncoding(bool value); |
| JScript |
|---|
| public function get AspEnableChunkedEncoding() : bool public function set AspEnableChunkedEncoding(value : bool); |
Property Value
Value indicating if AspEnableChunkedEncoding is enabled or disabled.
See Also
Documentation version 1.0.0.0.