FeedResourceRequest 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 IFeedResourceProvider.OnResourceRequested).
public ref class FeedResourceRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedResourceRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedResourceRequest
Public NotInheritable Class FeedResourceRequest
- Inheritance
- Attributes
Properties
Content |
Gets or sets the stream of content that is provided in a PUT or UPDATE feed resource request. |
Headers |
Gets or sets a dictionary of header values that can be used to in a feed resource request. |
Method |
Gets the HTTP method of the feed resource request. |
Uri |
Gets the URI of the requested resource. |