HttpWebResponseMessage Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
HttpWebResponseMessage(HttpWebResponse) |
Konstruktor |
HttpWebResponseMessage(IDictionary<String,String>, Int32, Func<Stream>) |
Konstruktor |
HttpWebResponseMessage(HttpWebResponse)
Konstruktor
public HttpWebResponseMessage (System.Net.HttpWebResponse httpResponse);
new Microsoft.OData.Client.HttpWebResponseMessage : System.Net.HttpWebResponse -> Microsoft.OData.Client.HttpWebResponseMessage
Public Sub New (httpResponse As HttpWebResponse)
Parametry
- httpResponse
- HttpWebResponse
HttpWebResponse instance.
Platí pro
HttpWebResponseMessage(IDictionary<String,String>, Int32, Func<Stream>)
Konstruktor
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))
Parametry
- headers
- IDictionary<String,String>
Záhlaví.
- statusCode
- Int32
Stavový kód.