ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ImageServerProxy Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageResourceBase Class : ImageServerProxy Property




The proxy class for communicating with the GIS server.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property ImageServerProxy As ESRI.ArcGIS.ADF.ArcGISServer.ImageServerProxy
Visual Basic (Usage)Copy Code
Dim instance As ImageResourceBase
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.ImageServerProxy
 
value = instance.ImageServerProxy
C# 
public abstract ESRI.ArcGIS.ADF.ArcGISServer.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.