|
Ends a pending asynchronous read. |
|
|
|
|
|
Parameters
|
|
|
Return value The number of bytes received. |
|
|
Description
To maintain the asynchronous nature of the operation, call this method from the callback delegate.
You can pass either the IAsyncResult returned from BeginReceive or the callback delegate used as an input parameter to BeginReceive as the asyncResult parameter.
The EndReceive method blocks until the read ends.
|
|

