NodeStream.Position 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 long Position { get; set; }
See Also
- class NodeStream
- namespace Microsoft.JavaScript.NodeApi.Interop