Skip to main content

SocketFlags Enum

NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Net.Sockets

Provides constant values for socket messages.

public enum SocketFlags

Fields

NameValueDescription
None0x0000Use no flags for this call.
OutOfBand0x0001Process out-of-band data.
Peek0x0002Peek at incoming message.
DontRoute0x0004Send without using routing tables.
MaxIOVectorLength0x0010The maximum number of buffers that can be used in a single send or receive call.
Truncated0x0100Partial send or recv for message.
ControlDataTruncated0x0200The control (ancillary) data was truncated.
Broadcast0x0400The message was sent or received as a broadcast.
Multicast0x0800The message was sent or received as a multicast.
Partial0x8000A partial message was sent or received.