C-DEngine 5.105

MessageEventArgs..::..RawData Property

Gets the message data as an array of Byte.

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

Syntax


public byte[] RawData { get; }
Public ReadOnly Property RawData As Byte()
	Get
public:
property array<unsigned char^>^ RawData {
	array<unsigned char^>^ get ();
}

Field Value

An array of Byte that represents the message data.