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 AllowWriteStreamBuffering As Boolean
Get
Set
property bool AllowWriteStreamBuffering {
bool get ();
void set (bool value);
}
abstract AllowWriteStreamBuffering : bool with get, set
Property Value
Type:
BooleanBoolean value indicting if data will be buffered non client side. Default is
true.
See Also