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