C-DEngine 5.105

MessageEventArgs..::..Type Property

Note: This API is now obsolete.
Gets the message type.

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

Syntax


[ObsoleteAttribute]
public Opcode Type { get; }
<ObsoleteAttribute> _
Public ReadOnly Property Type As Opcode
	Get
[ObsoleteAttribute]
public:
property Opcode^ Type {
	Opcode^ get ();
}

Field Value

Text, Binary, or Ping.