You are developing a Windows Store app.
You need to find out whether an HTTP request has completed with an Unauthorized result.
Which objects can you check to achieve this goal? (Each correct answer presents a complete solution. Choose
all that apply.)
A.
HttpResponseMessage.StatusCode
B.
HttpResponseMessage.IsUnauthorized
C.
HttpResponseMessage.ReasonPhrase
D.
HttpResponseMessage.IsSuccessStatusCode