C-DEngine 5.105

MessageEventArgs Class

Represents the event data for the OnMessage event.

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

Syntax


public class MessageEventArgs : EventArgs
Public Class MessageEventArgs _
	Inherits EventArgs
public ref class MessageEventArgs : public EventArgs

Remarks


A OnMessage event occurs when the WebSocket receives a text or binary message, or a ping if the EmitOnPing property is set to true.

If you would like to get the message data, you should access the Data or RawData property.

Inheritance Hierarchy


Object
  EventArgs
    WebSocketSharp..::..MessageEventArgs