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