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 (); }