C-DEngine 5.105

WebHeaderCollection..::..OnDeserialization Method

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void OnDeserialization(
	Object sender
)
Public Sub OnDeserialization ( _
	sender As Object _
)
public:
void OnDeserialization(
	Object^ sender
)

Parameters

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