HttpWebRequest.HttpWebRequest Constructor
.NET Framework 3.0
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.NetAssembly: System (in system.dll)
[ObsoleteAttribute("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 )
Not applicable.
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.
- WebPermission for unrestricted access to network resources. Associated enumeration: Unrestricted
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
HttpWebRequest ClassHttpWebRequest Members
System.Net Namespace