Click or drag to resize

WebSocketSendArgs Properties

The WebSocketSendArgs type exposes the following members.

Properties
  NameDescription
Public propertyBinaryMessage
Gets or sets the message to send 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 propertyTextMessage
Gets or sets the message to send as text data.
Public propertyTimeout
Gets or sets the timeout for the request (in ms).
Top
See Also