Share via


WidgetResourceRequest Class

Definition

Represents a resource request received through an implementation of IWidgetResourceProvider.OnResourceRequested.

public ref class WidgetResourceRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetResourceRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetResourceRequest
Public NotInheritable Class WidgetResourceRequest
Inheritance
Object Platform::Object IInspectable WidgetResourceRequest
Attributes

Properties

Content

Gets or sets the stream of content that is provided in a PUT or UPDATE widget resource request.

Headers

Gets or sets a dictionary of header values that can be used to in a widget resource request.

Method

Gets the HTTP method of the widget resource request.

Uri

Gets the URI of the requested resource.

Applies to