Udostępnij za pośrednictwem


CookieHandlerElement.ChunkedCookieHandler Właściwość

Definicja

Pobiera lub ustawia fragmentowaną procedurę obsługi plików cookie.

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

Wartość właściwości

Element ChunkedCookieHandlerElement zapewniający dodatkową konfigurację fragmentowanego programu obsługi plików cookie.

Atrybuty

Uwagi

Ta właściwość jest równoważna elementowi <chunkedCookieHandler> podrzędnym <cookieHandler> elementu . Określa fragmentowaną procedurę obsługi plików cookie, wystąpienie ChunkedCookieHandler klasy do użycia. Jeśli jest ustawiona, właściwość powinna być ustawiona Mode na Default wartość lub Chunked. Mode Jeśli właściwość jest ustawiona na jedną z tych wartości, ale ChunkedCookieHandler właściwość nie jest ustawiona, skonfigurowano procedurę obsługi fragmentów z domyślnym rozmiarem fragmentu (ChunkedCookieHandler.DefaultChunkSize).

ChunkedCookieHandler Właściwość lub właściwość może być ustawionaCustomCookieHandler, ale nie obie.

Dotyczy

Zobacz też