Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the cookie container used to store server cookies by the handler.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property CookieContainer As CookieContainer
Get
Set
'Usage
Dim instance As HttpClientHandler
Dim value As CookieContainer
value = instance.CookieContainer
instance.CookieContainer = value
public CookieContainer CookieContainer { get; set; }
public:
property CookieContainer^ CookieContainer {
CookieContainer^ get ();
void set (CookieContainer^ value);
}
member CookieContainer : CookieContainer with get, set
function get CookieContainer () : CookieContainer
function set CookieContainer (value : CookieContainer)
Property Value
Type: System.Net.CookieContainer