CookieHandlerElement::Mode Property
.NET Framework (current version)
Gets or sets the cookie handler mode.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("mode", IsRequired = false, DefaultValue = CookieHandlerMode::Default)] property CookieHandlerMode Mode { CookieHandlerMode get(); void set(CookieHandlerMode value); }
Property Value
Type: System.IdentityModel.Services::CookieHandlerModeA valid CookieHandlerMode value that indicates the kind of cookie handler that is being configured. The default value is Default, which indicates a chunked cookie handler.
For chunked cookie handlers (the ChunkedCookieHandler property is set), the mode should be set to either Chunked or Default. For a custom cookie handler (the CustomCookieHandler property is set), the mode should be set to Custom.
Represents the mode attribute of the <cookieHandler> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: