CookieContainer.MaxCookieSize Property
.NET Framework 3.0
Represents the maximum allowed length of a Cookie.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public Property MaxCookieSize As Integer 'Usage Dim instance As CookieContainer Dim value As Integer value = instance.MaxCookieSize instance.MaxCookieSize = value
/** @property */ public int get_MaxCookieSize () /** @property */ public void set_MaxCookieSize (int value)
public function get MaxCookieSize () : int public function set MaxCookieSize (value : int)
Not applicable.
Property Value
The maximum allowed length, in bytes, of a Cookie.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.