Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Net.​Sockets.​SocketFlags

Assembly: System.Net.Sockets

Specifies socket send and receive behaviors.

Values

None
Use no flags for this call.
OutOfBand
Process out-of-band data.
Peek
Peek at the incoming message.
DontRoute
Send without using routing tables.
Truncated
The message was too large to fit into the specified buffer and was truncated.
ControlDataTruncated
Indicates that the control data did not fit into an internal 64-KB buffer and was truncated.
Broadcast
Indicates a broadcast packet.
Multicast
Indicates a multicast packet.
Partial
Partial send or receive for message.