c# - How can I use HttpWebRequest for my api site? -
i've created asp.net mvc api site, , 1 of function getting playerinfo:
http://localhost:port/player/register/{data}
the info part json serialized. i'm having problems understanding how can utilize httpwebrequest , async functions result of function? visiting path above results in plaintext string (that deserialize)
c# windows-phone-7
No comments:
Post a Comment