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 _
)
Dim serializationInfo As SerializationInfo
Dim streamingContext As StreamingContext
Dim instance As New HttpWebRequest(serializationInfo, streamingContext)
[ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
protected HttpWebRequest (
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
[ObsoleteAttribute(L"Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
protected:
HttpWebRequest (
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
/** @attribute ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202") */
protected HttpWebRequest (
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
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