Hi all, I just wanted to tell that I solved my problem by creating a property RxStream: tStream which is writable. If available, received data is then send to this stream, otherwise to the Document Memorystream. Probably it is an idea to have this for data to be send as well (e.g. TxStream property). Or one could call it TxDocument and RxDocument..... :-)
Happy coding Thomas. -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Lukas Gebauer Gesendet: Samstag, 28. Oktober 2006 14:39 An: Ararat Synapse Betreff: Re: [Synalist] Question HTTPsend and Document stream > So I would like to ask the question to Lukas - is it possible to have > some methods virtual and some properties writeable in the next version > of HTTPsend? This could encourage more people to extend the objects > for own purposes without having to change basic code of the original object. > > In the meantime - I think - I will make Document a writeable property > and try it this way. About virtual properties and methods... Yes, I can made virtual what you wish. My strategy is not made virtual all automaticly. I was made virtual all where I seen reason for doing it, or where I was asked for it. About Document property ... I thought longer time about rewriting THttpsend class. Your problem is major goal of this rewriting. Not just made possible to use any stream for data, but split Document and other properties for 'Query' and 'Response' parts too. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
