WebDavSession Members

IT Hit WebDAV for .NET

WebDavSession overview

Public Instance Constructors

WebDavSession Constructor Constructor for WebDAV session.

Public Instance Properties

AllowWriteStreamBuffering Gets or sets a value that indicates whether to buffer the data sent to server.
Credentials Sets and gets credentials for connection.
CustomHeaders Custom user headers which will be added to all requests.
PreAuthenticate Gets or sets a value that indicates whether to send an authenticate header with the request.
Proxy Sets and gets proxy's settings for connection.
SendChunked Gets or sets a value that indicates whether to send data in segments.
TimeOut Sets and gets time-out in milliseconds.

Public Instance Methods

GetAuthenticationSchemeOverloaded. Gets server authentication scheme.
OpenFolderOverloaded. Returns IFolder corresponding to path.
OpenItemOverloaded. Returns IHierarchyItem corresponding to path.
OpenResourceOverloaded. Returns IResource corresponding to path.
OpenVersionOverloaded. Returns IVersion corresponding to path.

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace