Silverlight Calling an HttpHandler

Posted by Jason N. Gaylord on Stack Overflow See other posts from Stack Overflow or by Jason N. Gaylord
Published on 2010-05-10T21:30:17Z Indexed on 2010/05/10 21:34 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I have a Silverlight application that I'm trying to get to invoke an HttpHandler by using WebClient. I have the HttpHandler just sending an email that says test when invoked. If I hit it via a browser, I get the email. However, using a WebClient object with a delegate, I can't seem to get it to connect. I'm going to try a plain old WinForms app to test my code out later this evening, but wasn't sure if I was missing something in my Silverlight app.

Any ideas?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about webclient