NeatUpload Documentation

MultiRequestUploadModule.GetArmoredCookies Method 

Gets a protected string to use as the value of the ArmoredCookiesQueryParam when making the requests in a multi-request upload.

public static string GetArmoredCookies();

Return Value

the protected string representing the cookies.

Remarks

If the installed module does not explicitly support armored cookies, NeatUpoad will create a Hashtable containing the cookie names/values that ASP.NET uses for session ID and forms auth, and will pass it to Protect.

See Also

MultiRequestUploadModule Class | Brettle.Web.NeatUpload Namespace