Click or drag to resize

WebHeaderCollectionGetObjectData Method

Populates the specified SerializationInfo with the data needed to serialize the WebHeaderCollection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override void GetObjectData(
	SerializationInfo serializationInfo,
	StreamingContext streamingContext
)

Parameters

serializationInfo
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo that holds the serialized object data.
streamingContext
Type: System.Runtime.SerializationStreamingContext
A StreamingContext that specifies the destination for the serialization.
Exceptions
ExceptionCondition
ArgumentNullExceptionserializationInfo is .
See Also