StoreSendRequestResult Class

Definition

Provides response data for a request that is sent to the Microsoft Store.

public ref class StoreSendRequestResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreSendRequestResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreSendRequestResult
Public NotInheritable Class StoreSendRequestResult
Inheritance
Object Platform::Object IInspectable StoreSendRequestResult
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced in v1.0)

Remarks

The StoreRequestHelper.SendRequestAsync method returns an object of this type.

Version history

Windows version SDK version Value added
1703 15063 HttpStatusCode

Properties

ExtendedError

Gets the error code for the request, if the operation encountered an error.

HttpStatusCode

Gets the HTTP status code for the request.

Response

Gets the response data for the request.

Applies to

See also