[To be supplied.]
[Visual Basic] Public Function BeginReceive( _ ByVal readBuffer As Array, _ ByVal index As Integer, _ ByVal size As Integer, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult [C#] public IAsyncResult BeginReceive( Array readBuffer, int index, int size, AsyncCallback callback, object state ); [C++] public: IAsyncResult* BeginReceive( Array* readBuffer, int index, int size, AsyncCallback* callback, Object* state ); [JScript] public function BeginReceive( readBuffer : Array, index : int, size : int, callback : AsyncCallback, state : Object ) : IAsyncResult;
Socket Class | Socket Members | System.Net.Sockets Namespace