HttpWebResponse コンストラクター

定義

HttpWebResponse クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
HttpWebResponse()
古い.
古い.
古い.
古い.

HttpWebResponse クラスの新しいインスタンスを初期化します。

HttpWebResponse(SerializationInfo, StreamingContext)
古い.
古い.
古い.

指定したHttpWebResponseおよびSerializationInfoインスタンスから、StreamingContext クラスの新しいインスタンスを初期化します。

HttpWebResponse()

ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs

注意事項

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

注意事項

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

注意事項

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

注意事項

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

HttpWebResponse クラスの新しいインスタンスを初期化します。

public:
 HttpWebResponse();
[System.Obsolete("This API supports the .NET infrastructure and is not intended to be used directly from your code.", true)]
public HttpWebResponse();
[System.Obsolete("This API supports the .NET infrastructure and is not intended to be used directly from your code.", true)]
[System.Obsolete("This API supports the .NET infrastructure and is not intended to be used directly from your code.", true)]
public 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 Sub New ()
属性

適用対象

HttpWebResponse(SerializationInfo, StreamingContext)

ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs
ソース:
HttpWebResponse.cs

注意事項

Serialization has been deprecated for HttpWebResponse.

注意事項

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

注意事項

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

指定したHttpWebResponseおよびSerializationInfoインスタンスから、StreamingContext クラスの新しいインスタンスを初期化します。

protected:
 HttpWebResponse(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
[System.Obsolete("Serialization has been deprecated for HttpWebResponse.")]
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);
[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);
protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[<System.Obsolete("Serialization has been deprecated for HttpWebResponse.")>]
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
[<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
new System.Net.HttpWebResponse : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.HttpWebResponse
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)

パラメーター

serializationInfo
SerializationInfo

新しいSerializationInfoをシリアル化するために必要な情報を含むHttpWebRequest

streamingContext
StreamingContext

新しいStreamingContextに関連付けられているシリアル化されたストリームのソースを含むHttpWebRequest

属性

注釈

このコンストラクターは、ISerializable クラスのHttpWebRequest インターフェイスを実装します。

こちらもご覧ください

適用対象