Hi Everyone
I use DotCMIS to integrate my app with Alfresco. One of the task is to download document content. I use method IDocumet.GetContentStream() that returns IContentStream. Then the content can be read from the stream IContentStream.Stream. The question is should the IContentStream.Stream be closed after the data has been read or it's closed automatically? The problem I encountered is the stream close operation was performed very slowly. Best regards, Denis Andreev
