ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GPServerProxy Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingResourceInternet Class : GPServerProxy Property




The proxy class for communicating with the GIS server.

Syntax

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

Remarks

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