Partilhar via


HttpWebResponseMessage Construtores

Definição

Sobrecargas

HttpWebResponseMessage(HttpWebResponse)

Construtor.

HttpWebResponseMessage(IDictionary<String,String>, Int32, Func<Stream>)

Construtor.

HttpWebResponseMessage(HttpWebResponse)

Construtor.

public HttpWebResponseMessage (System.Net.HttpWebResponse httpResponse);
new Microsoft.OData.Client.HttpWebResponseMessage : System.Net.HttpWebResponse -> Microsoft.OData.Client.HttpWebResponseMessage
Public Sub New (httpResponse As HttpWebResponse)

Parâmetros

httpResponse
HttpWebResponse

Instância httpWebResponse.

Aplica-se a

HttpWebResponseMessage(IDictionary<String,String>, Int32, Func<Stream>)

Construtor.

public HttpWebResponseMessage (System.Collections.Generic.IDictionary<string,string> headers, int statusCode, Func<System.IO.Stream> getResponseStream);
new Microsoft.OData.Client.HttpWebResponseMessage : System.Collections.Generic.IDictionary<string, string> * int * Func<System.IO.Stream> -> Microsoft.OData.Client.HttpWebResponseMessage
Public Sub New (headers As IDictionary(Of String, String), statusCode As Integer, getResponseStream As Func(Of Stream))

Parâmetros

headers
IDictionary<String,String>

Os cabeçalhos.

statusCode
Int32

O código do status.

getResponseStream
Func<Stream>

Uma função que retorna o fluxo de resposta.

Aplica-se a