Node.net.Modules.Streams.NodeReadableStream.end C# (CSharp) Method

end() public method

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end
public end ( ) : void
return void
        public override void end()
        {
            throw new NotSupportedException();
        }

Same methods

NodeReadableStream::end ( NodeBuffer buffer ) : void
NodeReadableStream::end ( string data, string encoding ) : void