Initializes a new instance of the
ChunkedCookieHandler
class with a specified chunk size.
Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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
)
|
Parameters
- chunkSize
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also