Class WebSocketReadCursor
- Namespace
- Alis.Core.Network.Internal
- Assembly
- Alis.dll
The web socket read cursor class
internal class WebSocketReadCursor
Inheritance
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
frame
WebSocketFrame-
The frame
numBytesRead
int-
The num bytes read
numBytesLeftToRead
int-
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; }