Handle the end of an asynchronous read.
[Visual Basic] Overrides Public Function EndRead( _ ByVal asyncResult As IAsyncResult _ ) As Integer [C#] public override int EndRead( IAsyncResult asyncResult ); [C++] public: override int EndRead( IAsyncResult* asyncResult ); [JScript] public override function EndRead( asyncResult : IAsyncResult ) : int;
The number of bytes read from the stream.
NetworkStream Class | NetworkStream Members | System.Net.Sockets Namespace