System.Net.CookieContainer.MaxCookieSize Property

Represents the maximum allowed length of a System.Net.Cookie.

Syntax

public int MaxCookieSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If the new value of CookieContainer.MaxCookieSize is less than the current value, any System.Net.Cookie with a length that exceeds the new value will be truncated.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0