Hi John - I don't have a C# example using CUPI specifically, but there's a couple of basic examples of making general REST request here:
http://rest.elkstein.org/2008/02/using-rest-in-c-sharp.html Also I can tell you that you don't need a proxy class - this are just plain old HTTP requests.
- Matt