IConnectionSettings.SendChunked Property

IT Hit WebDAV for .NET

Gets or sets a value that indicates whether to send data in segments.

[Visual Basic]
Property SendChunked As Boolean
[C#]
bool SendChunked {get; set;}

Property Value

Boolean value indicating if chunked requests will be used. Default is false.

See Also

IConnectionSettings Interface | ITHit.WebDAV.Client Namespace