Indicates if response uses chunked encoding
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Chunked As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public bool Chunked { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property bool Chunked sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Chunked(); /** property */ public void set_Chunked(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Chunked() : bool public CompilerGeneratedAttribute function set Chunked(value : bool); |