CanSeek Property

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

Gets a value that indicates whether the stream supports seeking.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CanSeek As Boolean
public override bool CanSeek { get; }
public:
virtual property bool CanSeek {
    bool get () override;
}
abstract CanSeek : bool
override CanSeek : bool
override function get CanSeek () : boolean

Property Value

Type: System. . :: . .Boolean
Always false.

.NET Framework Security

See Also

Reference

FtpResponseStream Class

Microsoft.SPOT.Net Namespace