Share via


FeedResourceRequest 类

定义

表示通过 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
继承
Object Platform::Object IInspectable FeedResourceRequest
属性

属性

Content

获取或设置 PUT 或 UPDATE 源资源请求中提供的内容流。

Headers

获取或设置可用于源资源请求中的标头值的字典。

Method

获取源资源请求的 HTTP 方法。

Uri

获取所请求资源的 URI。

适用于