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)
Syntaxpublic UploadBuffering BufferUpload
Public BufferUpload As UploadBuffering
public:
UploadBuffering BufferUpload
val mutable BufferUpload: UploadBuffering
Field Value
Type:
UploadBufferingDefault is
Auto.
RemarksTo 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