CookieContainer.MaxCookieSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the maximum allowed length of a Cookie.
public:
property int MaxCookieSize { int get(); void set(int value); };
public:
property int MaxCookieSize { int get(); };
public int MaxCookieSize { get; set; }
public int MaxCookieSize { get; }
member this.MaxCookieSize : int with get, set
member this.MaxCookieSize : int
Public Property MaxCookieSize As Integer
Public ReadOnly Property MaxCookieSize As Integer
Property Value
The maximum allowed length, in bytes, of a Cookie.
Exceptions
MaxCookieSize
is less than or equal to zero.
Remarks
If the new value of MaxCookieSize is less than the current value, any Cookie with a length that exceeds the new value will be truncated.
Applies to
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.