CookieHandlerElement.CustomCookieHandler Właściwość

Definicja

Pobiera lub ustawia niestandardowy typ procedury obsługi plików cookie. Tę właściwość należy ustawić podczas konfigurowania niestandardowej procedury obsługi plików cookie.

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ CustomCookieHandler { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("customCookieHandler", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement CustomCookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("customCookieHandler", IsRequired=false)>]
member this.CustomCookieHandler : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property CustomCookieHandler As CustomTypeElement

Wartość właściwości

Element CustomTypeElement definiujący niestandardowy typ programu obsługi plików cookie.

Atrybuty

Uwagi

Ta właściwość jest równoważna elementowi <customCookieHandler> podrzędnego <cookieHandler> elementu. Określa niestandardowy typ programu obsługi plików cookie do użycia. Jeśli ta właściwość jest ustawiona, właściwość musi być ustawiona Mode na Customwartość . Typ niestandardowy określony przez tę właściwość musi pochodzić z CookieHandler klasy .

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

Dotyczy

Zobacz też