HttpWebResponse 생성자

정의

HttpWebResponse 클래스의 새 인스턴스를 초기화합니다.

오버로드

HttpWebResponse()
사용되지 않음.
사용되지 않음.
사용되지 않음.
사용되지 않음.

HttpWebResponse 클래스의 새 인스턴스를 초기화합니다.

HttpWebResponse(SerializationInfo, StreamingContext)
사용되지 않음.
사용되지 않음.
사용되지 않음.

지정된 HttpWebResponseSerializationInfo 인스턴스에서 StreamingContext 클래스의 새 인스턴스를 초기화합니다.

HttpWebResponse()

Source:
HttpWebResponse.cs
Source:
HttpWebResponse.cs
Source:
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)]
[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)]
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)

Source:
HttpWebResponse.cs
Source:
HttpWebResponse.cs
Source:
HttpWebResponse.cs

주의

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

주의

Serialization has been deprecated for HttpWebResponse.

주의

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

지정된 HttpWebResponseSerializationInfo 인스턴스에서 StreamingContext 클래스의 새 인스턴스를 초기화합니다.

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

HttpWebRequest을 직렬화하는 데 필요한 정보가 들어 있는 SerializationInfo입니다.

streamingContext
StreamingContext

HttpWebRequest과 관련된 직렬화된 스트림의 원본이 들어 있는 StreamingContext입니다.

특성

설명

이 생성자는 클래스에 ISerializable 대한 인터페이스를 구현합니다 HttpWebRequest .

추가 정보

적용 대상