CookieContainer.MaxCookieSize プロパティ

定義

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

プロパティ値

Cookie の許容最大長 (バイト単位)。

例外

MaxCookieSize が 0 以下です。

注釈

の新しい値が現在の MaxCookieSize 値より小さい場合は、新しい値を超える長さの any Cookie が切り捨てられます。

適用対象

こちらもご覧ください