Documentation for this section has not yet been entered.
This property gets the data buffer currently associated with the System.Net.Sockets.SocketAsyncEventArgs instance. To set the buffer, the erload:System.Net.Sockets.SocketAsyncEventArgs.SetBuffer method must be used.
This property is used with the Socket.AcceptAsync(SocketAsyncEventArgs), Socket.ConnectAsync(SocketAsyncEventArgs), Socket.ReceiveAsync(SocketAsyncEventArgs), Socket.ReceiveFromAsync(SocketAsyncEventArgs), Socket.ReceiveMessageFromAsync(SocketAsyncEventArgs), Socket.SendAsync(SocketAsyncEventArgs), and Socket.SendToAsync(SocketAsyncEventArgs) methods.