Node.net.Modules.Streams.NodeReadableStream.end C# (CSharp) Méthode

end() public méthode

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

Same methods

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