The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SocketAsyncEventArgs::BytesTransferred Property
.NET Framework (current version)
Gets the number of bytes transferred in the socket operation.
Assembly: System (in System.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 all asynchronous socket operations except the Socket::DisconnectAsync method.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: