CookieHandlerElement.GetConfiguredCookieHandler 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據組態屬性,取得新的 cookie 處理常式。
public:
System::IdentityModel::Services::CookieHandler ^ GetConfiguredCookieHandler();
public System.IdentityModel.Services.CookieHandler GetConfiguredCookieHandler ();
member this.GetConfiguredCookieHandler : unit -> System.IdentityModel.Services.CookieHandler
Public Function GetConfiguredCookieHandler () As CookieHandler
傳回
Cookie 處理常式。 這將會是CookieHandler或ChunkedCookieHandler的執行個體,視目前執行個體的屬性所設定的處理常式種類而定。
例外狀況
無法從目前執行個體的屬性中建立 Cookie 處理常式。
備註
這個方法會傳回與組態一致的Cookie處理程式。 傳回的 Cookie 處理程式會是區塊式 Cookie 處理程式或自定義 Cookie 處理程式,視設定屬性的設定方式而定。 如需詳細資訊,請參閱CookieHandlerElement。