'Declaration
Sub SetBuffer( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
'Usage
Dim instance As IMessageSocketAsyncEventArgs Dim buffer() As Byte Dim offset As Integer Dim count As Integer instance.SetBuffer(buffer, offset, count)
Parameters
- buffer
- The data buffer to use with an asynchronous socket method.
- offset
- The offset, in bytes, in the data buffer where the operation starts.
- count
- The maximum amount of data, in bytes, to send or receive in the buffer.