HttpChallengeHeaderValue.Parse(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將字串轉換為 HttpChallengeHeaderValue 實例。
public:
static HttpChallengeHeaderValue ^ Parse(Platform::String ^ input);
static HttpChallengeHeaderValue Parse(winrt::hstring const& input);
public static HttpChallengeHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpChallengeHeaderValue
參數
- input
-
String
Platform::String
winrt::hstring
表示驗證標頭值資訊的字串。
傳回
備註
以下是此函式擲回的例外狀況。
E_INVALIDARG
在 Visual Basic) 中, 輸入 參數為 Null (Nothing 。
輸入參數不正確驗證標頭資訊。