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