| Overload | Description |
|---|---|
| BeginReceive(Byte[],Int32,Int32,SocketFlags,Object) | Receive data into your buffer asynchronously specifying a buffer, offset, count and SocketFlags value. The Tcp.EndReceive event is raised when completed. |
| BeginReceive(Byte[]) | Receive data into your buffer asynchronously. The Tcp.EndReceive event is raised when completed. |
Target Platforms: Microsoft .NET Framework 2.0