WidgetResourceRequest Class
Definition
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.
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
- 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. |