Skip to content

NodeStream.Length property

Node.js Readable / Writable streams do not support getting the stream length.

C#
public override long Length { get; }

See Also

Released under the MIT license