Original User: jmurdoch
Sorry for the confusion. The binding above is not to an ESRI AttachmentInfo object, but to my own business object with a Uri field that is composed of the AttachmentInfo URI appended with the token URL parameter. When I use this exact business object's URI to request the attachment content from my business logic code, the attachment downloads successfully. However, attempting to open the attachment in the browser using a Silverlight control fails.
As I said, I believe this is the result of the HTTP referrer used to generate the token not being the same referrer used by the browser to perform the request, and I'm wondering if there is a workaround that would allow me to open the attachment in the browser, rather than building my own document viewer into my Silverlight application.
Cheers,
Jennifer