I've always wondered how to correctly use the "UploadString" method in C#.. I'm working a bit on PHP programming, but so far I'm quite the noob of it. I assume you'd use PHP as the URi. Or wait, maybe UploadString isn't the right one to just upload a string.
Like for instance, creating a chat room - you would need alot of those.
Any feedback on how to use this method would be very appreciated.
UploadString
does a simple post (by default; other verbs are possible) with the string content as the payload body. What do you expect it to do? – Marc Gravell♦ 10 hours ago