I'm having trouble figuring out how to obtain the full url to the map service a Server Object Extension is running on top of. I bascially want:
IMapServer4 mapServer = (IMapServer4)serverObjectHelper.ServerObject;string fullUrl = mapServer.url Which would yield: http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer
Any Ideas?
أكثر...
IMapServer4 mapServer = (IMapServer4)serverObjectHelper.ServerObject;string fullUrl = mapServer.url Which would yield: http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer
Any Ideas?
أكثر...