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
'Declaration
Public Property ThrowForPartialCookies As Boolean
Get
Set
'Usage
Dim instance As ChunkingCookieManager
Dim value As Boolean
value = instance.ThrowForPartialCookies
instance.ThrowForPartialCookies = value
public bool ThrowForPartialCookies { get; set; }
public:
property bool ThrowForPartialCookies {
bool get ();
void set (bool value);
}
member ThrowForPartialCookies : bool with get, set
function get ThrowForPartialCookies () : boolean
function set ThrowForPartialCookies (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.