INDDownloadEngine.CanSeek Property

Definition

Gets whether the download engine supports seeking.

public:
 property bool CanSeek { bool get(); };
bool CanSeek();
/// [get: Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
bool CanSeek();
public bool CanSeek { get; }
public bool CanSeek { [Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = iNDDownloadEngine.canSeek;
Public ReadOnly Property CanSeek As Boolean

Property Value

Boolean

bool

true if the download engine supports seeking or false if it does not.

Attributes

Applies to