SocketAsyncEventArgs.BytesTransferred Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of bytes transferred in the socket operation.
Assembly: System.Net (in System.Net.dll)
This property provides the number of bytes transferred in an asynchronous socket operation that can receive or send data. If zero is returned from a read operation, the remote end has closed the connection.
This property is set by the following asynchronous socket operation methods: Socket.ReceiveAsync, and Socket.SendAsync.