FileWebRequest Constructor
.NET Framework 2.0
NOTE: This constructor is now obsolete.
Initializes a new instance of the FileWebRequest 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 FileWebRequest ( SerializationInfo serializationInfo, StreamingContext streamingContext )
/** @attribute ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202") */
protected FileWebRequest (
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202") protected function FileWebRequest ( serializationInfo : SerializationInfo, streamingContext : StreamingContext )
Parameters
- serializationInfo
A SerializationInfo object that contains the information that is required to serialize the new FileWebRequest object.
- streamingContext
A StreamingContext object that contains the source of the serialized stream that is associated with the new FileWebRequest object.
This constructor implements the ISerializable interface for the FileWebRequest class.
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.
Reference
FileWebRequest ClassFileWebRequest Members
System.Net Namespace