StoreSendRequestResult
StoreSendRequestResult
StoreSendRequestResult
StoreSendRequestResult
Class
Definition
Provides response data for a request that is sent to the Windows Store.
public : sealed class StoreSendRequestResult : IStoreSendRequestResult, IStoreSendRequestResult2public sealed class StoreSendRequestResult : IStoreSendRequestResult, IStoreSendRequestResult2Public NotInheritable Class StoreSendRequestResult Implements IStoreSendRequestResult, IStoreSendRequestResult2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced v1)
|
Remarks
The StoreRequestHelper.SendRequestAsync method returns an object of this type.
Properties
ExtendedError ExtendedError ExtendedError ExtendedError
Gets the error code for the request, if the operation encountered an error.
public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
The error code for the request, if the operation encountered an error.
HttpStatusCode HttpStatusCode HttpStatusCode HttpStatusCode
Gets the HTTP status code for the request.
public : HttpStatusCode HttpStatusCode { get; }public HttpStatusCode HttpStatusCode { get; }Public ReadOnly Property HttpStatusCode As HttpStatusCode// You can use this property in JavaScript.
The HTTP status code for the request.
Additional features and requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced v2)
|
- See Also
Response Response Response Response
Gets the response data for the request.
public : PlatForm::String Response { get; }public string Response { get; }Public ReadOnly Property Response As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The response data for the request.