ChunkingCookieManager.ThrowForPartialCookies Property
Throw if not all chunks of a cookie are available on a request for re-assembly.
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public bool ThrowForPartialCookies { get; set; }
public:
property bool ThrowForPartialCookies {
bool get();
void set(bool value);
}
member ThrowForPartialCookies : bool with get, set
Public Property ThrowForPartialCookies As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
ChunkingCookieManager Class
Microsoft.Owin.Infrastructure Namespace
Return to top