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。