次の方法で共有


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 を取得します。

適用対象