I would like to know how to make the following HTTP call using C#.
http://user:pass@localhost:8080/jsonrpc?request={"jsonrpc":"2.0","method":"VideoLibrary.Scan"}
When I paste this url directly into my browser (and replace the user credentials & server location), it works as expected (my XBMC video library is updated). It relates specifically to the HTTP methods on this page:
http://wiki.xbmc.org/index.php?title=HOW-TO:Remotely_update_library
I'd like to know how to make this same successful call over HTTP using C# though.