Begins to asynchronously receive data from a connected ProxySocket.
An IAsyncResult that references the asynchronous read.
Prior to receiving data, the socket must be connected using either a call to Connect method or a call to Listen and Accept methods.
The BeginReceive method starts asynchronously reading data from a ProxySocket. You should create a callback method that implements the AsyncCallback delegate. This callback method should use the EndSend method to complete the asynchronous operation. See the .NET Framework SDK Reference for more information on asynchronous methods.
ProxySocket Class | Rebex.Net Namespace