StoreSendRequestResult.HttpStatusCode Property

Definition

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

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