I doubt, though, that they will support STREAMING in the IIS integration (and the ASP.NET model).
Streaming is often seen as continuous sending for (larger) amounts of data. The whole ASP.NET model is more towards a "job oriented" "reuse the thread as fast as possible" model. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -----Original Message----- From: Aaron Skonnard [mailto:[EMAIL PROTECTED]] Sent: Montag, 10. Juni 2002 15:28 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Streaming via Web Services > The main disadavantage will be that the .NET web service implementations > do not support "streaming" at all :-) > > Thomas Tomiczek > THONA Consulting Ltd. > (Microsoft MVP C#/.NET) As pointed out here, you're not going to get much help from the .NET infrastructure on this, requiring you to write your own IHttpHandler. Microsoft is towards DIME to support binary data in Web Services. Here are some links to reading/samples. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservi ce/html/service01152002.asp http://msdn.microsoft.com/code/default.asp?URL=/code/sample.asp?url=/MSD N-FILES/026/002/741/msdncompositedoc.xml http://www.pocketsoap.com/samples/default.aspx -aaron > I've seen a few samples out on gotdotnet.com and some other sites that > pertain to using web services to stream binary data. However, none of > these really seems to work all that well. > > Has anyone been able to pull this off yet, in such a way that yields a > really good track record for success? > > Brady Gaster > [EMAIL PROTECTED] You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.