WebSocketReceiveArgs Properties |
The WebSocketReceiveArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinaryMessage |
Gets or sets the message received from the server as binary data.
|
![]() | DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) |
![]() | IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) |
![]() | IsText |
Gets whether or not the received message is text.
|
![]() | OpenArgs |
Gets or sets the original arguments passed to the open method.
|
![]() | TextMessage |
Gets or sets the message received from the server as text data.
|