ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
GeocodeServerProxy Property | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeResourceBase Class : GeocodeServerProxy Property |
Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property GeocodeServerProxy As GeocodeServerProxy |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public abstract GeocodeServerProxy GeocodeServerProxy {get;} |
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.