This is a mirror of official site: http://jasper-net.blogspot.com/

HTTP Communication and Security with Silverlight

| Wednesday, October 13, 2010
Silverlight enables HTTP/HTTPS communication with Web services hosted both within and outside the domain that is hosting your Silverlight application. This topic discusses HTTP communication and security considerations for Silverlight application developers and Web service developers.

This topic contains the following sections:

HTTP Capabilities in Silverlight
HTTP Communication Scenarios and Recommended Approaches
Options for Making HTTP Calls
Cross-Domain Communication

HTTP Capabilities in Silverlight
  In Silverlight, there are some basic capabilities for HTTP/HTTPS communication. The capabilities vary depending on whether you use the browser hosting the Silverlight application to perform the HTTP handling, or you opt to use the Silverlight client to perform the HTTP handling. For information about how to specify the HTTP handling for your applications, see How to: Specify Browser or Client HTTP Handling.

Read more: MSDN

Posted via email from .NET Info

0 comments: