WebHeaderCollection.ISerializable.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Serializes this instance into the specified SerializationInfo object.
Assembly: System (in System.dll)
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter,
SerializationFormatter = true)>]
private abstract GetObjectData :
serializationInfo:SerializationInfo *
streamingContext:StreamingContext -> unit
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter,
SerializationFormatter = true)>]
private override GetObjectData :
serializationInfo:SerializationInfo *
streamingContext:StreamingContext -> unit
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization.SerializationInfo
The object into which this WebHeaderCollection will be serialized.
- streamingContext
-
Type:
System.Runtime.Serialization.StreamingContext
The destination of the serialization.
.NET Framework
Available since 1.1
Available since 1.1
Show: