다음을 통해 공유


WebViewManager.TryGetResponseContent 메서드

정의

지정된 네트워크 요청에 대한 응답 콘텐츠를 제공하려고 시도합니다.

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

매개 변수

uri
String

요청의 URI

allowFallbackOnHostPage
Boolean

호스트 페이지로 대체할지 여부입니다.

statusCode
Int32

응답의 상태 코드입니다.

statusMessage
String

응답 상태 메시지입니다.

content
Stream

응답 콘텐츠

headers
IDictionary<String,String>

응답 헤더

반환

true 응답을 제공할 수 있으면 이고, false 그렇지 않으면.

적용 대상