WebDavSessionCustomHeaders 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: 6.0.4052-Beta
Syntax public HttpRequestHeaders CustomHeaders { get; }
Public ReadOnly Property CustomHeaders As HttpRequestHeaders
Get
public:
virtual property HttpRequestHeaders^ CustomHeaders {
HttpRequestHeaders^ get () sealed;
}
abstract CustomHeaders : HttpRequestHeaders with get
override CustomHeaders : HttpRequestHeaders with get
Property Value
Type:
HttpRequestHeadersImplements
ISessionCustomHeadersRemarks Use this property to add and remove custom headers from the collection.
See Also