AuthSchemeBase.ProcessChallenge(IHeader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理認證挑戰標頭,並將其特定方案內容委派進行解析。
[Android.Runtime.Register("processChallenge", "(Lorg/apache/http/Header;)V", "GetProcessChallenge_Lorg_apache_http_Header_Handler")]
public virtual void ProcessChallenge(Org.Apache.Http.IHeader? header);
[<Android.Runtime.Register("processChallenge", "(Lorg/apache/http/Header;)V", "GetProcessChallenge_Lorg_apache_http_Header_Handler")>]
abstract member ProcessChallenge : Org.Apache.Http.IHeader -> unit
override this.ProcessChallenge : Org.Apache.Http.IHeader -> unit
參數
- header
- IHeader
驗證挑戰標頭要處理。
實作
- 屬性
備註
本文件部分內容源自 Apache HTTP 元件,由 Apache 軟體基金會開發,並依 授權。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。