ESRI.ArcGIS.Mobile
CatalogService Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.CatalogServices Namespace : CatalogService Class

Provide connection to an ArcGIS Server catalog of services.

Syntax

Visual Basic (Declaration) 
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
<DesignerCategoryAttribute("code")>
<WebServiceBindingAttribute(Name="ServiceCatalogBinding", Namespace="http://www.esri.com/schemas/ArcGIS/10.0")>
Public Class CatalogService 
   Inherits SoapHttpClientProtocol
C# 
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
[DesignerCategoryAttribute("code")]
[WebServiceBindingAttribute(Name="ServiceCatalogBinding", Namespace="http://www.esri.com/schemas/ArcGIS/10.0")]
public class CatalogService : SoapHttpClientProtocol 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  ESRI.ArcGIS.Mobile.CatalogServices.CatalogService

Requirements

Namespace: ESRI.ArcGIS.Mobile.CatalogServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also