NodeStream.CanSeek property
Node.js Readable / Writable streams do not directly support seeking. The position must be established using a different API when creating the stream.
C#
public override bool CanSeek { get; }
See Also
- class NodeStream
- namespace Microsoft.JavaScript.NodeApi.Interop