SPChunkedCookieHandler Constructor (Int32)
Initializes a new instance of the SPChunkedCookieHandler class.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Sub New ( _
chunkSize As Integer _
)
'Usage
Dim chunkSize As Integer
Dim instance As New SPChunkedCookieHandler(chunkSize)
public SPChunkedCookieHandler(
int chunkSize
)
Parameters
- chunkSize
Type: System.Int32
See Also
Reference
SPChunkedCookieHandler Members