Provides access to properties of an ArcGIS Server web service catalog.
Description
This interface is new at ArcGIS 9.3. It supersedes IServiceCatalog and IServiceCatalog2.
Members
Name | Description | |
---|---|---|
GetFolders | Gets an IStringArray of service folder names. | |
MessageFormats | The message formats supported by the web services in the catalog. | |
MessageVersion | The message version this server version supports. | |
RequiresTokens | Indicates whether the service catalog requires tokens for authentication. | |
ServiceDescriptions | An array of the web service descriptions in the web service catalog. | |
ServiceDescriptionsEx | An array of the web service descriptions in the web service catalog. | |
TokenServiceURL | Token service url. |
IServiceCatalog3.RequiresTokens Property
Indicates whether the service catalog requires tokens for authentication.
Public ReadOnly Property RequiresTokens As Boolean
public bool RequiresTokens {get;}
IServiceCatalog3.TokenServiceURL Property
Token service url.
Public ReadOnly Property TokenServiceURL As String
public string TokenServiceURL {get;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServiceCatalog2 | Provides access to properties of an ArcGIS Server web service catalog. |
IServiceCatalog | Provides access to properties of an ArcGIS Server web service catalog. |
Classes that implement IServiceCatalog3
Classes | Description |
---|