Click or drag to resize

WebHeaderCollectionOnDeserialization Method

Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override void OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
An Object that represents the source of the deserialization event.

Implements

IDeserializationCallbackOnDeserialization(Object)
See Also