FeedResourceRequest Class

Definition

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
Object Platform::Object IInspectable FeedResourceRequest
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.

Applies to