Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
StoreSendRequestResult.HttpStatusCode Property
Definition
- Namespace:
- Windows.Services.Store
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP status code for the request.
public:
property HttpStatusCode HttpStatusCode { HttpStatusCode get(); };
HttpStatusCode HttpStatusCode();
public HttpStatusCode HttpStatusCode { get; }
var httpStatusCode = storeSendRequestResult.httpStatusCode;
Public ReadOnly Property HttpStatusCode As HttpStatusCode
Property Value
The HTTP status code for the request.
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced in v2.0)
|
Applies to
See also
Feedback
Was this page helpful?
