ChunkedCookieHandler 成员

Writes cookie data so that cookies never exceed a set size.

下表列出了 ChunkedCookieHandler 类型公开的成员。

Public 构造函数

  名称 说明
  ChunkedCookieHandler 已重载。  

页首

Public 字段

  名称 说明
public field static DefaultChunkSize The default chunk size of 2000 characters.
public field static MinimumChunkSize The minimum chunk size of 1000 characters.

页首

Public 属性

  名称 说明
public property ChunkSize  
public property Domain  (从 CookieHandler 继承)
public property HideFromClientScript  (从 CookieHandler 继承)
public property Name  (从 CookieHandler 继承)
public property Path  (从 CookieHandler 继承)
public property PersistentSessionLifetime  (从 CookieHandler 继承)
public property RequireSsl  (从 CookieHandler 继承)

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method Delete  已重载。 (从 CookieHandler 继承)
public method Equals  已重载。 (从 Object 继承)
public method GetHashCode  (从 Object 继承)
public method GetType  (从 Object 继承)
public method Read  已重载。 (从 CookieHandler 继承)
public methodstatic ReferenceEquals  (从 Object 继承)
public method ToString  (从 Object 继承)
public method Write  已重载。 (从 CookieHandler 继承)

页首

Protected 方法

  名称 说明
protected method DeleteCore  (从 CookieHandler 继承)
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)
protected method ReadCore  (从 CookieHandler 继承)
protected method WriteCore  (从 CookieHandler 继承)

页首

请参见

参考

ChunkedCookieHandler 类
Microsoft.IdentityModel.Web 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。