Click or drag to resize

WebSocketReceiveArgs Properties

The WebSocketReceiveArgs type exposes the following members.

Properties
  NameDescription
Public propertyBinaryMessage
Gets or sets the message received from the server as binary data.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyIsText
Gets whether or not the received message is text.
Public propertyOpenArgs
Gets or sets the original arguments passed to the open method.
Public propertyTextMessage
Gets or sets the message received from the server as text data.
Top
See Also