Click or drag to resize

WebDavSessionAsync Properties

IT Hit WebDAV Classes Reference

The WebDavSessionAsync type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAllowWriteStreamBuffering
Gets or sets a value that indicates whether to buffer the data sent to server.
Public propertyClientCertificates
Gets collection of certificates which will be attached to every request.
Public propertyContentEncoding
Gets or sets the HTTP character set of the output stream.
Public propertyCookieContainer
Cookies which will be added to all requests.
Public propertyCode exampleCredentials
Sets and gets credentials for connection.
Public propertyCustomHeaders
Custom user headers which will be added to all requests.
Public propertyExpect100Continue
Determines if header "Expect: 100-continue" will be sent with all request. Default value is true
Public propertyIIS6SSLSupport
Fixes urls for IIS 6 build-in WebDAV SSL connections.
Public propertyPreAuthenticate
Gets or sets a value that indicates whether to send an authenticate header with the request.
Public propertyCode exampleProxy
Sets and gets proxy's settings for connection.
Public propertySendChunked
Gets or sets a value that indicates whether to send data in segments.
Public propertyCode exampleTimeOut
Sets and gets time-out in milliseconds.
Top
See Also