WebSocketReceiveResult Properties

.NET Framework (current version)
 

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyCloseStatus

Indicates the reason why the remote endpoint initiated the close handshake.

System_CAPS_pubpropertyCloseStatusDescription

Returns the optional description that describes why the close handshake has been initiated by the remote endpoint.

System_CAPS_pubpropertyCount

Indicates the number of bytes that the WebSocket received.

System_CAPS_pubpropertyEndOfMessage

Indicates whether the message has been received completely.

System_CAPS_pubpropertyMessageType

Indicates whether the current message is a UTF-8 message or a binary message.

Return to top
Show: