Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Net.​WebSockets.​ValueWebSocketReceiveResult
Assembly: System.Net.WebSockets
Represents the result of performing a single <see cref="M:System.Net.WebSockets.WebSocket.ReceiveAsync(System.Memory{System.Byte},System.Threading.CancellationToken)" /> operation on a <see cref="T:System.Net.WebSockets.WebSocket" /> .
Properties
public
int
Count
Gets the number of bytes that the <see cref="T:System.Net.WebSockets.WebSocket" /> received.
public
bool
EndOfMessage
Gets whether the message has been received completely.
public
WebSocketMessageType
MessageType
Gets the type of the current message.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object