Share via


HttpClientHandler.CookieContainer Property

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

public CookieContainer CookieContainer { get; set; }

Property Value

Type: System.Net.CookieContainer

See Also

Reference

HttpClientHandler Class

System.Net.Http Namespace