Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
System.Net
 HttpWebRequest Constructor
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
HttpWebRequest Constructor

NOTE: This constructor is now obsolete.

Initializes a new instance of the HttpWebRequest class from the specified instances of the SerializationInfo and StreamingContext classes.

Namespace: System.Net
Assembly: System (in system.dll)

Visual Basic (Declaration)
<ObsoleteAttribute("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")> _
Protected Sub New ( _
    serializationInfo As SerializationInfo, _
    streamingContext As StreamingContext _
)
Visual Basic (Usage)
Dim serializationInfo As SerializationInfo
Dim streamingContext As StreamingContext

Dim instance As New HttpWebRequest(serializationInfo, streamingContext)
C#
[ObsoleteAttribute("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")] 
protected HttpWebRequest (
    SerializationInfo serializationInfo,
    StreamingContext streamingContext
)
C++
[ObsoleteAttribute(L"Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")] 
protected:
HttpWebRequest (
    SerializationInfo^ serializationInfo, 
    StreamingContext streamingContext
)
J#
/** @attribute ObsoleteAttribute("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202") */ 
protected HttpWebRequest (
    SerializationInfo serializationInfo, 
    StreamingContext streamingContext
)
JScript
ObsoleteAttribute("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202") 
protected function HttpWebRequest (
    serializationInfo : SerializationInfo, 
    streamingContext : StreamingContext
)

Parameters

serializationInfo

A SerializationInfo object that contains the information required to serialize the new HttpWebRequest object.

streamingContext

A StreamingContext object that contains the source and destination of the serialized stream associated with the new HttpWebRequest object.

An application must run in full trust mode when using serialization.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 1.0, 1.1
Obsolete (compiler warning) in 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker