Gets a value indicating whether the current stream supports seeking.

Namespace:  Rebex.Security
Assembly:  Rebex.Security (in Rebex.Security.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property CanSeek As Boolean
	Get
C#
public override bool CanSeek { get; }

Return Value

true if the stream supports seeking; otherwise, false.

Exceptions

ExceptionCondition
System..::..ObjectDisposedException Methods were called after the stream was closed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also