I have a stream which is continuosly written to over time, I would like to upload the data to a WCF Service at intervals eg blocks of bytes or something, where it will be reassembled as enough data arrives on the server side. The data on the server will then be processed.
What would be the best way of solving this? Any ideas would be helpful.