Writes cookie data so that cookies never exceed a set size.
Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As ChunkedCookieHandler |
Синтаксис
Visual Basic |
---|
Public NotInheritable Class ChunkedCookieHandler Inherits CookieHandler |
C# |
---|
public sealed class ChunkedCookieHandler : CookieHandler |
C++ |
---|
public ref class ChunkedCookieHandler sealed : public CookieHandler |
J# |
---|
public final class ChunkedCookieHandler extends CookieHandler |
JScript |
---|
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
Microsoft.IdentityModel.Web.CookieHandler
Microsoft.IdentityModel.Web.ChunkedCookieHandler
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.