Condividi tramite


FeedResourceResponse(IRandomAccessStreamReference, String, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

content
IRandomAccessStreamReference

Flusso di contenuto che contiene la risorsa richiesta.

reasonPhrase
String

Platform::String

winrt::hstring

Descrizione testuale del risultato che non è rivolto all'utente.

statusCode
Int32

int

Codice di stato HTTP della risposta.

Si applica a