Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 836 Bytes

httpchallengeheadervalue_tryparse_1250507345.md

File metadata and controls

29 lines (20 loc) · 836 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpChallengeHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpChallengeHeaderValue@)
winrt method

Windows.Web.Http.Headers.HttpChallengeHeaderValue.TryParse

-description

Determines whether a string is valid HttpChallengeHeaderValue information.

-parameters

-param input

The string to validate.

-param challengeHeaderValue

The HttpChallengeHeaderValue version of the string.

-returns

true if input is valid HttpChallengeHeaderValue information; otherwise, false.

-remarks

-examples

-see-also