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 ответа.