DriveSettings.BufferUpload Field

IT Hit WebDAV for .NET

Specifies if content is buffered in memory before sending to server.

[Visual Basic]
Public BufferUpload As UploadBuffering
[C#]
public UploadBuffering BufferUpload;

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

DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace