This document is archived and information here might be outdated.  Recommended version.


IAGSServerConnection3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection3 Interface
ArcGIS Developer Help

IAGSServerConnection3 Interface

Provides access to members that have information about the GIS server connection..

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property FullName The AGSServerConnectionName object assiated with the GIS server connection.
Method GetFile Retrieves a file from the specified url.
Method GetFileAsVariant Retrieves the stream as variant from the specified url.
Method GetFolders Returns an enumeration of folder names beneath the specified folder.
Read/write property Name The name of the connection.
Read-only property ServerObjectNames The ServerObjectNames in the GIS server.
Read-only property ServerObjectNamesEx The ServerObjectNames in the GIS server folder.

Inherited Interfaces

Interfaces Description
IAGSServerConnection2 Provides access to members that create and open GIS server connections and supply server connection factory information.
IAGSServerConnection Provides access to members that have information about the GIS server connection..

Classes that implement IAGSServerConnection3

Classes Description
AGSServerConnection The AGSServerConnection object for connecting to the GIS server and getting the ServerObjectManager and ServerObjectAdmin.