CookieHandlerElement.ChunkedCookieHandler 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置分块 Cookie 处理程序。
public:
property System::IdentityModel::Services::ChunkedCookieHandlerElement ^ ChunkedCookieHandler { System::IdentityModel::Services::ChunkedCookieHandlerElement ^ get(); void set(System::IdentityModel::Services::ChunkedCookieHandlerElement ^ value); };
[System.Configuration.ConfigurationProperty("chunkedCookieHandler", IsRequired=false)]
public System.IdentityModel.Services.ChunkedCookieHandlerElement ChunkedCookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("chunkedCookieHandler", IsRequired=false)>]
member this.ChunkedCookieHandler : System.IdentityModel.Services.ChunkedCookieHandlerElement with get, set
Public Property ChunkedCookieHandler As ChunkedCookieHandlerElement
属性值
为 chunked cookie 处理程序提供另外配置的 ChunkedCookieHandlerElement。
- 属性
注解
此属性等效于 元素的<chunkedCookieHandler>
<cookieHandler>
子元素。 它指定要使用的分块 Cookie 处理程序(类的 ChunkedCookieHandler 实例)。 如果已设置,则 Mode 属性应设置为 Default 或 Chunked。 Mode如果 属性设置为这些值之一,但ChunkedCookieHandler未设置 属性,则会配置具有默认区块大小的分块 cookie 处理程序,ChunkedCookieHandler.DefaultChunkSize () 。
ChunkedCookieHandler可以设置 属性或 CustomCookieHandler 属性,但不能同时设置两者。