IConnectionSettingsAsyncSendChunked Property
IT Hit WebDAV Classes Reference
Gets or sets a value that indicates whether to send data in segments.
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax bool SendChunked { get; set; }
Property SendChunked As Boolean
Get
Set
property bool SendChunked {
bool get ();
void set (bool value);
}
abstract SendChunked : bool with get, set
Property Value
Type:
BooleanBoolean value indicating if chunked requests will be used. Default is
false.
See Also