WebDavSession.CustomHeaders Property

IT Hit WebDAV for .NET

Custom user headers which will be added to all requests.

[Visual Basic]
NotOverridable Public ReadOnly Property CustomHeaders As NameValueCollection
[C#]
public System.Collections.Specialized.NameValueCollection CustomHeaders {get;}

Remarks

Use this property to add and remove custom headers from the collection.

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace