WebHeaderCollection Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the WebHeaderCollection class from the specified instances of the SerializationInfo and StreamingContext classes.
Namespace: System.Net
Assembly: System (in System.dll)
new :
serializationInfo:SerializationInfo *
streamingContext:StreamingContext -> WebHeaderCollection
Parameters
- serializationInfo
- Type: System.Runtime.Serialization.SerializationInfo
A SerializationInfo containing the information required to serialize the WebHeaderCollection.
- streamingContext
- Type: System.Runtime.Serialization.StreamingContext
A StreamingContext containing the source of the serialized stream associated with the new WebHeaderCollection.
| Exception | Condition |
|---|---|
| ArgumentException | headerName contains invalid characters. |
| ArgumentNullException | headerName is a null reference or Empty. |
This constructor implements the ISerializable interface for the WebHeaderCollection class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.