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)
[<SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)>] override GetObjectData : info:SerializationInfo * context:StreamingContext -> unit
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: