I have a Windows Phone 7 application (Silverlight-based) that sends a web request and receives a web response. It works fine - I am using BeginGetReponse and an AsyncCallback to call EndGetResponse.
I am supposed to post some data to a site, using C#. I could post by just using a formular and simple html code. But I do not want any user to be able to look at the source code.
The code is not complete (It does not build), as I am not able to get the \"item\" in the following line in the WriteResponseData().
I have a application use Webrequest to post and get some data from a server with a SSL certificate. It is all very well except on Window开发者_运维技巧s 2008 x64. The server return error 403 forbidden
How can we implement like this request: http://nominatim.openstreetmap.org/reverse?format=xml&lat=52.5487429714954&lon=-1.81602098644987&zoom=18&addressdetails=1
I am trying to access a website through C# using the WebRequest and the WebResponse object, I logged on to the site and preserved the cookie to further browse it,
MyObject myobject= new MyObject(); myobject.name=\"Test\"; myobject.address=\"test\"; myobject.contactno=1234;
How can the application not be able开发者_运维知识库 to lookup localhost? The remote name could not be resolved: \'localhost\';
I\'m creating easy to use kannada comic reader on mac for my cousins. I\'m able to pull the comic pages, but lot of meta content exchanged webpage and server using XML开发者_开发技巧HttpRequest.
I\'am using the WebRequest class in .net and POST data to a server which is responding with a Response.