ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeocodeServerProxy Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeResourceInternet Class : GeocodeServerProxy Property




The proxy class for communicating with the GIS server.

Syntax

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

Remarks

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