This documentation is archived and is not being maintained.
SocketFlags Enumeration
.NET Framework 1.1
Provides constant values for Socket messages.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic] <Flags> <Serializable> Public Enum SocketFlags [C#] [Flags] [Serializable] public enum SocketFlags [C++] [Flags] [Serializable] __value public enum SocketFlags [JScript] public Flags Serializable enum SocketFlags
Members
| Member name | Description | Value |
|---|---|---|
| DontRoute Supported by the .NET Compact Framework. | Send without using routing tables. | 4 |
| MaxIOVectorLength Supported by the .NET Compact Framework. | Provides a standard value for the number of WSABUF structures used to send and receive data. | 16 |
| None Supported by the .NET Compact Framework. | Use no flags for this call. | 0 |
| OutOfBand Supported by the .NET Compact Framework. | Process out-of-band data. | 1 |
| Partial Supported by the .NET Compact Framework. | Partial send or receive for message. | 32768 |
| Peek Supported by the .NET Compact Framework. | Peek at incoming message. | 2 |
Requirements
Namespace: System.Net.Sockets
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System (in System.dll)
See Also
Show: