I need to send and receive get post requests
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would use the
HttpWebRequest/HttpWebResponseclasses or simpler requirements can be fulfilled withWebClient. The HTTP Communication and Security with Silverlight topic on MSDN covers the basics.Note that Windows Phone 7 is basically Silverlight 3 not 4 especially when it comes to networking capabilities. The Networking in Silverlight for Windows Phone topic is also worth reading.