Gets or sets a value that indicates whether to send request content in 'chunked' mode.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Http (in Rebex.Http.dll)
Syntax
| Visual Basic | 
|---|
Public Property SendChunked As Boolean Get Set  | 
| C# | 
|---|
public bool SendChunked { get; set; }  |