CookieHandlerElement.ChunkedCookieHandler Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un gestore di cookie Chunked.
public:
property System::IdentityModel::Services::ChunkedCookieHandlerElement ^ ChunkedCookieHandler { System::IdentityModel::Services::ChunkedCookieHandlerElement ^ get(); void set(System::IdentityModel::Services::ChunkedCookieHandlerElement ^ value); };
[System.Configuration.ConfigurationProperty("chunkedCookieHandler", IsRequired=false)]
public System.IdentityModel.Services.ChunkedCookieHandlerElement ChunkedCookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("chunkedCookieHandler", IsRequired=false)>]
member this.ChunkedCookieHandler : System.IdentityModel.Services.ChunkedCookieHandlerElement with get, set
Public Property ChunkedCookieHandler As ChunkedCookieHandlerElement
Valore della proprietà
ChunkedCookieHandlerElement che fornisce una configurazione aggiuntiva per il gestore bloccato cookie.
- Attributi
Commenti
Questa proprietà equivale all'elemento figlio dell'elemento <chunkedCookieHandler>
<cookieHandler>
. Specifica un gestore cookie con blocchi, un'istanza della ChunkedCookieHandler classe da usare. Se è impostato, la Mode proprietà deve essere impostata su Default o Chunked. Se la proprietà è impostata su uno di questi valori, ma la ModeChunkedCookieHandler proprietà non è impostata, viene configurato un gestore cookie con le dimensioni predefinite del blocco (ChunkedCookieHandler.DefaultChunkSize).
La proprietà o la ChunkedCookieHandlerCustomCookieHandler proprietà possono essere impostate, ma non entrambe.