ChunkedCookieHandler 类

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

命名空间: Microsoft.IdentityModel.Web
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim instance As ChunkedCookieHandler

语法

声明
Public NotInheritable Class ChunkedCookieHandler
    Inherits CookieHandler
public sealed class ChunkedCookieHandler : CookieHandler
public ref class ChunkedCookieHandler sealed : public CookieHandler
public final class ChunkedCookieHandler extends CookieHandler
public final class ChunkedCookieHandler extends CookieHandler

备注

ChunkedCookieHandler abstracts the idea of a cookie, so that one call to Write may in fact write a series of cookies, so that each client side cookie does not exceed the chunk size.

Cookie names are constructed based on the 'name' parameter to Write, Read, or Delete. The cookie names are constructed by appending a number to the base name: name, name1, name2, ...

继承层次结构

System.Object
   Microsoft.IdentityModel.Web.CookieHandler
    Microsoft.IdentityModel.Web.ChunkedCookieHandler

线程安全

此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

请参见

参考

ChunkedCookieHandler 成员
Microsoft.IdentityModel.Web 命名空间