This documentation is archived and is not being maintained.

HttpFileCollectionWrapper::GetObjectData Method

Returns the data that is required in order to serialize the HttpFileCollectionWrapper object.

Namespace:  System.Web
Assembly:  System.Web.Abstractions (in System.Web.Abstractions.dll)

public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

The information that is required in order to serialize the HttpFileCollectionWrapper object.

context
Type: System.Runtime.Serialization::StreamingContext

The source and destination of the serialized stream that is associated with the HttpFileCollectionWrapper object.

Implements

ISerializable::GetObjectData(SerializationInfo, StreamingContext)

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

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

.NET Framework

Supported in: 3.5 SP1
Show: