WebSocketReceiveResult Class
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9147)
Result of a call to Receive<T>() or equivalent method.
Syntax
public class WebSocketReceiveResult
Inherited Members
Constructors
Name | Description |
---|---|
Web |
Creates a new instance of Web |
WebSocketReceiveResult(Int32, WebSocketMessageType, Boolean, Nullable<WebSocketCloseStatus>, String) | Creates a new instance of Web |
Properties
Name | Description |
---|---|
Close |
Gets received message close status. |
Close |
Gets received message close status description. |
Count | Indicates amount of bytes received by websocket. |
End |
Indicates if the message is received completely. |
Message |
Gets received message's type. |