Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("The BytesTransfered property has been deprecated and will be removed. Use BytesTransferred property instead.", _ True)> _ Public ReadOnly Property BytesTransfered As Long Get |
C# |
---|
[ObsoleteAttribute("The BytesTransfered property has been deprecated and will be removed. Use BytesTransferred property instead.", true)] public long BytesTransfered { get; } |