C-DEngine 5.105

MessageEventArgs..::..Data Property

Gets the message data as a String.

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

Syntax


public string Data { get; }
Public ReadOnly Property Data As String
	Get
public:
property String^ Data {
	String^ get ();
}

Field Value

A String that represents the message data, or nullNothingnullptra null reference (Nothing in Visual Basic) if the message data cannot be decoded to a string.