HttpWebResponse Konstruktoren

Definition

Initialisiert eine neue Instanz der HttpWebResponse-Klasse.

Überlädt

Name Beschreibung
HttpWebResponse()
Veraltet.
Veraltet.
Veraltet.
Veraltet.

Initialisiert eine neue Instanz der HttpWebResponse-Klasse.

HttpWebResponse(SerializationInfo, StreamingContext)
Veraltet.
Veraltet.

Initialisiert eine neue Instanz der HttpWebResponse Klasse aus den angegebenen SerializationInfo Instanzen und StreamingContext Instanzen.

HttpWebResponse()

Achtung

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Achtung

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Achtung

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Achtung

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initialisiert eine neue Instanz der HttpWebResponse-Klasse.

public:
 HttpWebResponse();
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public HttpWebResponse();
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public HttpWebResponse();
public HttpWebResponse();
Public Sub New ()
Attribute

Gilt für:

HttpWebResponse(SerializationInfo, StreamingContext)

Achtung

Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202

Achtung

Serialization is obsoleted for this type. https://go.microsoft.com/fwlink/?linkid=14202

Initialisiert eine neue Instanz der HttpWebResponse Klasse aus den angegebenen SerializationInfo Instanzen und StreamingContext Instanzen.

protected:
 HttpWebResponse(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[System.Obsolete("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")]
protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[System.Obsolete("Serialization is obsoleted for this type.  https://go.microsoft.com/fwlink/?linkid=14202")]
protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Net.HttpWebResponse : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.HttpWebResponse
[<System.Obsolete("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")>]
new System.Net.HttpWebResponse : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.HttpWebResponse
[<System.Obsolete("Serialization is obsoleted for this type.  https://go.microsoft.com/fwlink/?linkid=14202")>]
new System.Net.HttpWebResponse : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.HttpWebResponse
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)

Parameter

serializationInfo
SerializationInfo

Eine SerializationInfo , die die zum Serialisieren der neuen HttpWebRequestInformationen erforderlichen Informationen enthält.

streamingContext
StreamingContext

A StreamingContext that contains the source of the serialized stream that is associated with the new HttpWebRequest.

Attribute

Hinweise

Dieser Konstruktor implementiert die ISerializable Schnittstelle für die HttpWebRequest Klasse.

Weitere Informationen

Gilt für: