Click or drag to resize

WebDavSessionCookieContainer 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: 6.0.4052-Beta
Syntax
public CookieContainer CookieContainer { get; }

Property Value

Type: CookieContainer

Implements

ISessionCookieContainer
Remarks
Use this property to add and remove cookies from the collection.
See Also