Condividi tramite


HttpWebResponseMessage Costruttori

Definizione

Overload

HttpWebResponseMessage(HttpWebResponse)

Costruttore.

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

Costruttore.

HttpWebResponseMessage(HttpWebResponse)

Costruttore.

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

Parametri

httpResponse
HttpWebResponse

Istanza di HttpWebResponse.

Si applica a

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

Costruttore.

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))

Parametri

headers
IDictionary<String,String>

Intestazioni.

statusCode
Int32

Codice di stato.

getResponseStream
Func<Stream>

Una funzione che restituisce il flusso di risposta.

Si applica a