The following methods use this enumeration:
- 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. ControlDataTruncated Documentation for this section has not yet been entered. 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. MaxIOVectorLength Documentation for this section has not yet been entered. Multicast Documentation for this section has not yet been entered. None No flags are specified. 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:Used only with a connection-oriented protocol.
Partial Specifies that a partial message has been received.
Note: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. Truncated Documentation for this section has not yet been entered.
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0