Struct SocketConnection.Counters
- Namespace
- Alternet.Scripter.Debugger.Dap.Connections
- Assembly
- Alternet.Scripter.Debugger.Dap.v9.dll
Exposes performance monitoring counters about a connection
public readonly struct SocketConnection.Counters
Properties
- BytesAvailableOnSocket
The number of bytes available on the socket that have not yet been consumed into the pipe
- BytesWaitingToBeRead
The number of bytes available on the receive pipe, i.e. they have been processed from the socket, but not yet read
- BytesWaitingToBeSent
The number of bytes available on the send pipe that have not yet been sent to the socket
Methods
- GetPipeLength(Pipe)
Get the number of bytes currently held in a pipe instance