Bagikan melalui


CookieHandlerElement.ChunkedCookieHandler Properti

Definisi

Mendapatkan atau mengatur handler cookie yang dipotong.

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

Nilai Properti

ChunkedCookieHandlerElement yang menyediakan konfigurasi tambahan untuk handler cookie yang dipotong.

Atribut

Keterangan

Properti ini setara dengan <chunkedCookieHandler> elemen turunan dari <cookieHandler> elemen . Ini menentukan handler cookie yang dipotong, instans ChunkedCookieHandler kelas, untuk digunakan. Jika diatur, Mode properti harus diatur ke atau DefaultChunked. Mode Jika properti diatur ke salah satu nilai ini tetapi ChunkedCookieHandler properti tidak diatur, handler cookie yang dipotong dengan ukuran gugus default (ChunkedCookieHandler.DefaultChunkSize) dikonfigurasi.

ChunkedCookieHandler Properti atau CustomCookieHandler properti dapat diatur, tetapi tidak keduanya.

Berlaku untuk

Lihat juga