WebSocketReceiveResult Properties
.NET Framework (current version)
Namespace:
System.Net.WebSockets
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CloseStatus | Indicates the reason why the remote endpoint initiated the close handshake. |
![]() | CloseStatusDescription | Returns the optional description that describes why the close handshake has been initiated by the remote endpoint. |
![]() | Count | Indicates the number of bytes that the WebSocket received. |
![]() | EndOfMessage | Indicates whether the message has been received completely. |
![]() | MessageType | Indicates whether the current message is a UTF-8 message or a binary message. |
Show:
