Namespace Alternet.Scripter.Debugger.Dap.Connections
Classes
- ConnectionAbortedException
Indicates that a connection was aborted
- ConnectionResetException
Indicates that a connection was reset
- SocketAwaitableEventArgs
Awaitable SocketAsyncEventArgs, where awaiting the args yields either the BytesTransferred or throws the relevant socket exception
- SocketConnection
Reperesents a duplex pipe over managed sockets
Structs
- SocketConnection.Counters
Exposes performance monitoring counters about a connection
Interfaces
- IMeasuredDuplexPipe
A duplex pipe that measures the bytes sent/received
Enums
- PipeShutdownKind
When possible, determines how the pipe first reached a close state
- SocketConnectionOptions
Flags that influence the behavior of SocketConnection