Initializes a new instance of the
ChunkedCookieHandler
class with a specified chunk size.
Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Sub New ( _
chunkSize As Integer _
)
|
C# |
public ChunkedCookieHandler (
int chunkSize
)
|
C++ |
public:
ChunkedCookieHandler (
int chunkSize
)
|
J# |
public ChunkedCookieHandler (
int chunkSize
)
|
JScript |
public function ChunkedCookieHandler (
chunkSize : int
)
|
Параметры
- chunkSize
Примечания
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также