vote up 0 vote down star

How do I get access to the underlying response stream from a WebOperationContext?

flag
If you tell us what you are trying to do we could suggest the best way to do it with WCF, 'cause the short answer is you're not supposed to. – Drew Marsh Nov 5 at 21:02
Actually I'm not even sure this would work, I have a download service that zips up directories when a directory is requested, instead of writing the zip file to disk then streaming the file to the user, I'd rather right directly to the response stream. – Itamar Nov 8 at 7:55
eh, thats "write directly" not "right directly" – Itamar Nov 8 at 7:56

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.