I know that WCF is supposed to be transport agnostic, but is there a method to write directly to the client (web client esp.)?
I need to do the equivalent of response.redirect(url) and though it might be possible to just write out a "301 Location Moved" header.
I am trying to write a service that would move static content to a CDN (S3 or similar) on the first request and then redirect when complete. Then all subsequent requests would immediately redirect.
Any feedback would be greatly appreciated.
H