Enum SocketFlags
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum SocketFlags
Fields
Broadcast = 1024Indicates that the control data did not fit into an internal 64-KB buffer and was truncated.
ControlDataTruncated = 512Indicates that the control data did not fit into an internal 64-KB buffer and was truncated.
DontRoute = 4Send without using routing tables.
MaxIOVectorLength = 16Provides a standard value for the number of WSABUF structures that are used to send and receive data.
Multicast = 2048Indicates a multicast packet.
None = 0Use no flags for this call.
OutOfBand = 1Process out-of-band data.
Partial = 32768Partial send or receive for message.
Peek = 2Peek at incoming message.
Truncated = 256The message was too large to fit into the specified buffer and was truncated.