Mono Class Library: System.Net.Sockets NamespaceSystem.Net.Sockets.SocketFlags Enumeration |
|
The following methods use this enumeration:
[Edit]
- Socket.BeginReceive(Byte[], int, int, SocketFlags, AsyncCallback, object)
- Socket.BeginReceiveFrom(Byte[], int, int, SocketFlags, System.Net.EndPoint@, AsyncCallback, object)
- Socket.BeginSend(Byte[], int, int, SocketFlags, AsyncCallback, object)
- Socket.BeginSendTo(Byte[], int, int, SocketFlags, System.Net.EndPoint, AsyncCallback, object)
- Socket.Receive(Byte[], int, SocketFlags)
- Socket.ReceiveFrom(Byte[], int, int, SocketFlags, System.Net.EndPoint@)
- Socket.Send(Byte[], int, SocketFlags)
- Socket.SendTo(Byte[], int, int, SocketFlags, System.Net.EndPoint)
Member Name Description Broadcast Documentation for this section has not yet been entered. [Edit] ControlDataTruncated Documentation for this section has not yet been entered. [Edit] DontRoute Specifies not to use routing tables to transmit the data. If there is a router between the local and destination addresses, the data will be lost. [Edit] MaxIOVectorLength Documentation for this section has not yet been entered. [Edit] Multicast Documentation for this section has not yet been entered. [Edit] None No flags are specified. [Edit] OutOfBand Specifies to send or receive out-of-band (OOB) data. OOB data is specially marked data that can be received independently of unmarked data.
Note:[Edit]Used only with a connection-oriented protocol.
Partial Specifies that a partial message has been received.
Note:[Edit]Used only with a message-oriented protocol.
Peek Specifies to peek at the incoming data. This copies data to the input buffer but does not remove it from the input queue. [Edit] Truncated Documentation for this section has not yet been entered. [Edit]
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0