Gets the offset, in bytes, into the data buffer referenced by the SocketAsyncEventArgs.Buffer property.
Documentation for this section has not yet been entered.
This property describes the starting byte offset of data in the SocketAsyncEventArgs.Buffer property. This value is set by calling the erload:System.Net.Sockets.SocketAsyncEventArgs.SetBuffer method.
This property does not apply to the SocketAsyncEventArgs.BufferList property.
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.