Returns true if its possible to seek in the stream.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
bool CanSeek { get; }
Visual Basic
ReadOnly Property CanSeek As Boolean
	Get
Visual C++
property bool CanSeek {
	bool get ();
}

See Also