Gets the total number of bytes transferred during the current transfer.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public ReadOnly Property BytesTransferred As Long
	Get
C#
public long BytesTransferred { get; }

Field Value

The number of bytes transferred.

Remarks

This value is valid only when State is not None.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also