Locating Your MonoDevelop Web Reference Properties

I have a Monotouch hobby project that I haven’t opened in a couple of Months because I’ve been too busy.  It’s a simple project that will let me upload an image from my iPhone to a cloud service with tags, sharing and notification options. The cloud service is my own, I built it and I’ve added the endpoint to my project here.

But, because I’ve not opened the project in a couple of months I honestly cannot recall where the endpoint was at and in Monotouch, there is no “right click”, “properties” that would allow you to locate the url/uri property value.

So, how do you find the location of the web service? Flip over to “Class View” and locate “Web Service” and double click it to open the proxy.

You’ll see it in the code.