SocketAsyncEventArgs.SetBuffer Method
.NET Framework 3.5
Initializes the data buffer to use with an asynchronous socket method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetBuffer(Int32, Int32) | Sets the data buffer to use with an asynchronous socket method. |
|
SetBuffer(Byte[], Int32, Int32) | Sets the data buffer to use with an asynchronous socket method. |