Class WebSocketMessage
Inheritance
WebSocketMessage
Assembly: Glitch9.IO.dll
Syntax
public class WebSocketMessage
Constructors
|
Edit this page
View Source
WebSocketMessage(IntPtr, int, bool)
Declaration
public WebSocketMessage(IntPtr ptr, int length, bool isTextMessage)
Parameters
Properties
|
Edit this page
View Source
Result
Declaration
public WebSocketReceiveResult Result { get; }
Property Value
Methods
|
Edit this page
View Source
MoveDataTo(Memory<byte>)
Declaration
public void MoveDataTo(Memory<byte> span)
Parameters
Extension Methods