IConnectionSettings.AllowWriteStreamBuffering Property

IT Hit WebDAV for .NET

Gets or sets a value that indicates whether to buffer the data sent to server.

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

Property Value

Boolean value indicting if data will be buffered non client side. Default is true.

See Also

IConnectionSettings Interface | ITHit.WebDAV.Client Namespace