This documentation is archived and is not being maintained.
HttpApplicationStateWrapper::GetObjectData Method
Visual Studio 2008
Returns the data that is necessary to serialize the HttpApplicationStateWrapper object.
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
A SerializationInfo object that contains the information that is required to serialize the HttpApplicationStateWrapper object.
- context
- Type: System.Runtime.Serialization::StreamingContext
A StreamingContext object that contains the source and destination of the serialized stream that is associated with the HttpApplicationStateWrapper 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.
Show: