WebViewManager.TryGetResponseContent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de fournir le contenu de la réponse pour une requête réseau donnée.
protected bool TryGetResponseContent (string uri, bool allowFallbackOnHostPage, out int statusCode, out string statusMessage, out System.IO.Stream content, out System.Collections.Generic.IDictionary<string,string> headers);
member this.TryGetResponseContent : string * bool * int * string * Stream * IDictionary -> bool
Protected Function TryGetResponseContent (uri As String, allowFallbackOnHostPage As Boolean, ByRef statusCode As Integer, ByRef statusMessage As String, ByRef content As Stream, ByRef headers As IDictionary(Of String, String)) As Boolean
Paramètres
- uri
- String
URI de la demande
- allowFallbackOnHostPage
- Boolean
Indique s’il faut ou non revenir à la page hôte.
- statusCode
- Int32
Code d'état de la réponse.
- statusMessage
- String
Message status réponse.
- content
- Stream
Contenu de la réponse
- headers
- IDictionary<String,String>
En-têtes de réponse
Retours
true
si la réponse peut être fournie ; false
Sinon.