HttpFileCollectionWrapper::GetObjectData Method (SerializationInfo^, StreamingContext)

 

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

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

public:
[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)]
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.

.NET Framework
Available since 3.5
Return to top
Show: