Click or drag to resize

AutoResetStreamCanSeek Property

When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

Namespace:  BionicCode.Utilities.Net.Standard.IO
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.2
Syntax
public override bool CanSeek { get; }

Return Value

Type: Boolean
if the stream supports seeking; otherwise, .
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md