ValueWebSocketReceiveResult Struct    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of performing a single ReceiveAsync(Memory<Byte>, CancellationToken) operation on a WebSocket.
public value class ValueWebSocketReceiveResultpublic readonly struct ValueWebSocketReceiveResulttype ValueWebSocketReceiveResult = structPublic Structure ValueWebSocketReceiveResult- Inheritance
Constructors
| ValueWebSocketReceiveResult(Int32, WebSocketMessageType, Boolean) | Initializes a new instance of the ValueWebSocketReceiveResult struct. An instance of this struct represents the result of performing a single  | 
Properties
| Count | Gets the number of bytes that the WebSocket received. | 
| EndOfMessage | Gets whether the message has been received completely. | 
| MessageType | Gets the type of the current message. |