Gets the results of an asynchronous socket operation or sets the behavior of an asynchronous operation.
Documentation for this section has not yet been entered.
The property specifies the bitwise combination of the System.Net.Sockets.SocketFlags to be used for an asynchronous socket operation.
This property is used with the Socket.ReceiveAsync(SocketAsyncEventArgs), Socket.ReceiveFromAsync(SocketAsyncEventArgs), Socket.SendAsync(SocketAsyncEventArgs), and Socket.SendToAsync(SocketAsyncEventArgs) methods.