HttpApplicationStateWrapper::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Returns the data that is necessary to serialize the HttpApplicationStateWrapper 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^

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
Return to top
Show: