Click or drag to resize

WebDavSessionAsyncCustomHeaders Property

IT Hit WebDAV Classes Reference
Custom user headers which will be added to all requests.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
public NameValueCollection CustomHeaders { get; }

Property Value

Type: NameValueCollection
Remarks
Use this property to add and remove custom headers from the collection.
See Also