HttpWebResponse 생성자

정의

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

오버로드

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

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

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

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

HttpWebResponse()

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

Source:
HttpWebResponse.cs
Source:
HttpWebResponse.cs
Source:
HttpWebResponse.cs
Source:
HttpWebResponse.cs
Source:
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항목을 serialize하는 데 필요한 정보가 들어 있는 A HttpWebRequest 입니다.

streamingContext
StreamingContext

StreamingContext스트림과 연결된 serialize된 스트림의 원본을 포함하는 A HttpWebRequest 입니다.

특성

설명

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

추가 정보

적용 대상