Class WebSocketReadCursor
- Namespace
- Alis.Core.Network.Internal
- Assembly
- Alis.dll
The web socket read cursor class
internal class WebSocketReadCursorInheritance
Inherited Members
Constructors
WebSocketReadCursor(WebSocketFrame, int, int)
Initializes a new instance of the Alis.Core.Network.Internal.WebSocketReadCursor class
public WebSocketReadCursor(WebSocketFrame frame, int numBytesRead, int numBytesLeftToRead)Parameters
frameWebSocketFrame-
The frame
numBytesReadint-
The num bytes read
numBytesLeftToReadint-
The num bytes left to read
Properties
NumBytesLeftToRead
Gets the value of the num bytes left to read
public int NumBytesLeftToRead { get; }Property Value
NumBytesRead
Gets the value of the num bytes read
public int NumBytesRead { get; }Property Value
WebSocketFrame
Gets the value of the web socket frame
public WebSocketFrame WebSocketFrame { get; }