ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
MapServerProxy Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceBase Class : MapServerProxy Property




The proxy class for communicating with the GIS server.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property MapServerProxy As MapServerProxy
Visual Basic (Usage)Copy Code
Dim instance As MapResourceBase
Dim value As MapServerProxy
 
value = instance.MapServerProxy
C# 
public abstract MapServerProxy MapServerProxy {get;}

Remarks

The MapServerProxy 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.