ESRI.ArcGIS.ADF.ArcGISServer
ESRI.ArcGIS.ADF.ArcGISServer Assembly ()
See Also 
The ESRI.ArcGIS.ADF.ArcGISServer assembly contains classes for working with ArcGIS services via SOAP over HTTP and SOAP over DCOM.  SOAP Web service proxy and value object classes have been pre-created for all ArcGIS Server services that support a SOAP interface.  For detailed assistance on the ArcGIS Server SOAP API see the SOAP SDK on the ArcGIS Server resource center for more information.  

A set of DCOM proxy classes extend the SOAP Web service proxy classes to support working with ArcGIS Server services locally using SOAP.  In essence, DCOM proxies use ArcObjects COM proxies to communicate with ArcGIS Server server objects (services) over DCOM.  SOAP messages are injected directly into the server object or extension, which subsequently generates a SOAP response.   Note, asynchronous methods on the DCOM proxy classes are not supported.      

Namespaces

NamespaceDescription
ESRI.ArcGIS.ADF.ArcGISServerThe ESRI.ArcGIS.ADF.ArcGISServer namespace contains classes for working with ArcObjects on the GIS server. Most of these classes are proxy classes derived from the ArcGIS Server Web services. Also included is the Converter utility class, for converting between .NET value objects and COM objects, and for serializing and deserializing objects.
© 2010 All Rights Reserved.