次の方法で共有


FeedResourceResponse(IRandomAccessStreamReference, String, Int32) コンストラクター

定義

FeedResourceResponse クラスの新しいインスタンスを初期化します。

public:
 FeedResourceResponse(IRandomAccessStreamReference ^ content, Platform::String ^ reasonPhrase, int statusCode);
 FeedResourceResponse(IRandomAccessStreamReference const& content, winrt::hstring const& reasonPhrase, int const& statusCode);
public FeedResourceResponse(IRandomAccessStreamReference content, string reasonPhrase, int statusCode);
function FeedResourceResponse(content, reasonPhrase, statusCode)
Public Sub New (content As IRandomAccessStreamReference, reasonPhrase As String, statusCode As Integer)

パラメーター

content
IRandomAccessStreamReference

要求されたリソースを含むコンテンツのストリーム。

reasonPhrase
String

Platform::String

winrt::hstring

ユーザーが直面していない結果のテキストの説明。

statusCode
Int32

int

応答の HTTP 状態コード。

適用対象