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