Click or drag to resize

DriveSettingsBufferUpload Field

IT Hit WebDAV Classes Reference
Specifies if content is buffered in memory before sending to server.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public UploadBuffering BufferUpload

Field Value

Type: UploadBuffering
Default is Auto.
Remarks
To use unbuffered requests with NTLM authentication, subsequent requests over the same TCP connection must be processed on server side using the authentication information of the initial request.
See Also