HttpFileCollectionWrapper::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Returns the data that is required in order to serialize the HttpFileCollectionWrapper object.
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
Available since 3.5
Show: