WebDavSession.SendChunked Property

IT Hit WebDAV for .NET

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

[Visual Basic]
NotOverridable Public Property SendChunked As Boolean _
    Implements IConnectionSettings.SendChunked
[C#]
public bool SendChunked {get; set;}

Property Value

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

Implements

IConnectionSettings.SendChunked

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace