Enum SocketFlags
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Net.Sockets
Assembly: System.Net.dll
Syntax
[Flags]
public enum SocketFlags
Fields
Name | Description |
---|---|
Broadcast | Indicates that the control data did not fit into an internal 64-KB buffer and was truncated. |
ControlDataTruncated | Indicates that the control data did not fit into an internal 64-KB buffer and was truncated. |
DontRoute | Send without using routing tables. |
MaxIOVectorLength | Provides a standard value for the number of WSABUF structures that are used to send and receive data. |
Multicast | Indicates a multicast packet. |
None | Use no flags for this call. |
OutOfBand | Process out-of-band data. |
Partial | Partial send or receive for message. |
Peek | Peek at incoming message. |
Truncated | The message was too large to fit into the specified buffer and was truncated. |