Click or drag to resize

IConnectionSettingsAsyncAllowWriteStreamBuffering Property

IT Hit WebDAV Classes Reference
Gets or sets a value that indicates whether to buffer the data sent to server.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
bool AllowWriteStreamBuffering { get; set; }

Property Value

Type: Boolean
Boolean value indicting if data will be buffered non client side. Default is true.
See Also