Two questions:
1) In Silverlight 4.0 Beta, I cannot find HttpWebRequest. GetResponse() ... any ideas where the functionality may be? I have found the Async form, but not the Sync form.
2) Within that same environment, I'd like to configure calling to a different server through the call, HttpWebRequest. BeginGetRespons e( "http://localhost:8080/J2EE/index.jsp" ) ... the security will not permit this because it is a call to a different server. Where do I configure allowing this?
All the Best,
FreddyMack
Microsoft Visual Studio 2010
Version 10.0.21006.1 B2Rel
Microsoft .NET Framework
Version 4.0.21006 B2Rel
Installed Version: Professional
Microsoft Visual C# 2010
Microsoft Visual Web Developer 2010
1) In Silverlight 4.0 Beta, I cannot find HttpWebRequest. GetResponse() ... any ideas where the functionality may be? I have found the Async form, but not the Sync form.
2) Within that same environment, I'd like to configure calling to a different server through the call, HttpWebRequest. BeginGetRespons e( "http://localhost:8080/J2EE/index.jsp" ) ... the security will not permit this because it is a call to a different server. Where do I configure allowing this?
All the Best,
FreddyMack
Microsoft Visual Studio 2010
Version 10.0.21006.1 B2Rel
Microsoft .NET Framework
Version 4.0.21006 B2Rel
Installed Version: Professional
Microsoft Visual C# 2010
Microsoft Visual Web Developer 2010
Comment