I have a webservice and by exposing get/put handlers, i can return raw image bytes of an image to the browser...i need to implement something similar using WCF...does anyone know of any samples of how to do this?

thanks