Length Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the length of the stream.

Namespace:  Microsoft.SPOT.Net
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Length As Long
public override long Length { get; }
public:
virtual property long long Length {
    long long get () override;
}
abstract Length : int64
override Length : int64
override function get Length () : long

Property Value

Type: System. . :: . .Int64
The length of the stream.

.NET Framework Security

See Also

Reference

FtpResponseStream Class

Microsoft.SPOT.Net Namespace