Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 587 Bytes

httpgetstringresult_succeeded.md

File metadata and controls

24 lines (16 loc) · 587 Bytes
-api-id -api-type ms.custom
P:Windows.Web.Http.HttpGetStringResult.Succeeded
winrt property
19H1

Windows.Web.Http.HttpGetStringResult.Succeeded

-description

Gets whether the HTTP request was successful.

-property-value

True if HTTP request was successful; otherwise False. A request is successful if a 200-series HTTP response was received and, if the response body was read, that there were no exceptions when processing the response body.

-remarks

-see-also

-examples