CookieHandlerElement.GetConfiguredCookieHandler 方法

定义

基于配置属性获取新的 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 处理程序。 这是 CookieHandlerChunkedCookieHandler 实例(根据由当前实例的属性配置的处理程序种类)。

例外

Cookie 处理程序不能从当前实例的属性中创建。

注解

此方法返回与配置一致的 Cookie 处理程序。 返回的 Cookie 处理程序将是分块 Cookie 处理程序或自定义 Cookie 处理程序,具体取决于配置属性的设置方式。 有关详细信息,请参阅 CookieHandlerElement

适用于