ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ImageServerProxy Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageResourceInternet Class : ImageServerProxy Property




The proxy class for communicating with the GIS server.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property ImageServerProxy As ImageServerProxy
Visual Basic (Usage)Copy Code
Dim instance As ImageResourceInternet
Dim value As ImageServerProxy
 
value = instance.ImageServerProxy
C# 
public override ImageServerProxy ImageServerProxy {get;}

Remarks

The ImageServerProxy contains the methods to communicate with the GIS server, whether the connection is a "Local" or "Internet" (Web service) connection. The proxy is created when the resource is initialized.

See Also

© 2010 All Rights Reserved.