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