The WebSocketReceiveResult type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCloseStatus
Gets received message close status.
Public propertySupported by the .NET Compact FrameworkCloseStatusDescription
Gets received message close status description.
Public propertySupported by the .NET Compact FrameworkCount
Indicates amount of bytes received by websocket.
Public propertySupported by the .NET Compact FrameworkEndOfMessage
Indicates if the message is received completely.
Public propertySupported by the .NET Compact FrameworkMessageType
Gets received message's type.

See Also