FeedResourceRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示透過 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
- 繼承
- 屬性
屬性
Content |
取得或設定 PUT 或 UPDATE 摘要資源要求中提供的內容數據流。 |
Headers |
取得或設定可用於摘要資源要求之標頭值的字典。 |
Method |
取得摘要資源要求的 HTTP 方法。 |
Uri |
取得所要求資源的 URI。 |