KratosWebClientCookieContainer Property |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic CookieContainer CookieContainer { get; set; }
Public Property CookieContainer As CookieContainer
Get
Set
public:
property CookieContainer^ CookieContainer {
CookieContainer^ get ();
void set (CookieContainer^ value);
}
member CookieContainer : CookieContainer with get, set
Property Value
Type:
CookieContainer
See Also