Enum ConnectionOrientedSocket.Flag

Flags may be OR'ed together.

enum Flag : int { ... }

Enum members

NameDescription
dontRoute Data should not be subject to routing; this flag may be ignored. Only for sending
none No flags specified
outOfBand Out-of-band stream data
peek Peek at incoming data without removing it from the queue, only for receiving