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