CookieContainer.MaxCookieSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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
小于或等于零。
注解
如果 的新值 MaxCookieSize 小于当前值,则长度超过新值的任何 Cookie 值将被截断。