Click or drag to resize

WebDavSessionAsyncCookieContainer Property

IT Hit WebDAV Classes Reference
Cookies 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 CookieContainer CookieContainer { get; }

Property Value

Type: CookieContainer
Remarks
Use this property to add and remove cookies from the collection.
See Also