System.Net.Sockets.SocketFlags Enumeration

Assembly: System.dll
Namespace: System.Net.Sockets
Summary
Provides constant values for socket messages.
C# Syntax:
[Flags]
[Serializable]
public enum SocketFlags
See also:
System.Net.Sockets Namespace

System.Net.Sockets.SocketFlags Member List:

Public Fields
DontRoute Send without using routing tables.
MaxIOVectorLength Provides a standard value for the number of WSABUF structures used to send and receive data.
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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.