HttpWebResponse Constructeurs

Définition

Initialise une nouvelle instance de la classe HttpWebResponse.

Surcharges

Nom Description
HttpWebResponse()
Obsolète.
Obsolète.
Obsolète.
Obsolète.

Initialise une nouvelle instance de la classe HttpWebResponse.

HttpWebResponse(SerializationInfo, StreamingContext)
Obsolète.
Obsolète.

Initialise une nouvelle instance de la HttpWebResponse classe à partir des instances et des instances spécifiées SerializationInfoStreamingContext .

HttpWebResponse()

Attention

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

Attention

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

Attention

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

Attention

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

Initialise une nouvelle instance de la classe HttpWebResponse.

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

S’applique à

HttpWebResponse(SerializationInfo, StreamingContext)

Attention

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

Attention

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

Initialise une nouvelle instance de la HttpWebResponse classe à partir des instances et des instances spécifiées SerializationInfoStreamingContext .

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)

Paramètres

serializationInfo
SerializationInfo

Qui SerializationInfo contient les informations requises pour sérialiser le nouveau HttpWebRequest.

streamingContext
StreamingContext

Qui StreamingContext contient la source du flux sérialisé associé au nouveau HttpWebRequest.

Attributs

Remarques

Ce constructeur implémente l’interface ISerializable pour la HttpWebRequest classe.

Voir aussi

S’applique à