DevWebClientCookieContainer Property

Gets or sets the cookies associated with this DevWebClient.

Definition

Namespace: DevCase.Core.Networking.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CookieContainer CookieContainer { get; set; }

Property Value

CookieContainer
The cookies associated with this DevWebClient.

See Also