Skip to content

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

Released under the MIT license