Table of Contents

Enum SocketConnectionOptions

Namespace
Alternet.Scripter.Debugger.Dap.Connections
Assembly
Alternet.Scripter.Debugger.Dap.v9.dll

Flags that influence the behavior of SocketConnection

[Flags]
public enum SocketConnectionOptions

Fields

InlineConnect = 8

During async connects, the awaiter should continue on the IO thread

InlineReads = 2

During async reads, the awaiter should continue on the IO thread

InlineWrites = 4

During async writes, the awaiter should continue on the IO thread

None = 0

Default

ZeroLengthReads = 1

When no data is currently available, perform a zero-length read as a buffer-free wait mechanism