SocketAsyncEventArgs.BytesTransferred Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the number of bytes transferred in the socket operation.

Namespace:  System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)

Syntax

'Declaration
Public ReadOnly Property BytesTransferred As Integer
public int BytesTransferred { get; }

Property Value

Type: System.Int32
The number of bytes transferred in the socket operation.

Remarks

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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.