Initializes a new instance of the ServiceConnectionProperties class with the specified properties.

Overload List

  NameDescription
ServiceConnectionProperties(BingMapsService)
Initializes a new instance of the ServiceConnectionProperties class to define the connection to a Microsoft Bing (formerly Virtual Earth) service.
ServiceConnectionProperties(ServiceType)
Initializes a new instance of the ServiceConnectionProperties class to define the connection to the specified service type.
ServiceConnectionProperties(ServiceType, Uri)
Initializes a new instance of the ServiceConnectionProperties class. This class constructor can be used to define the connection information to an IMS service.
ServiceConnectionProperties(ServiceType, Uri, String)
Initializes a new instance of the ServiceConnectionProperties class. This class constructor can be used to define the connection information to an ArcGIS Server 2D map service, or a WMS service.
ServiceConnectionProperties(ServiceType, Uri, String, String)
Initializes a new instance of the ServiceConnectionProperties class. This class constructor can be used to define the connection information to a subservice of an ArcGIS Server 3D globe service, or to a subservice of a WMS Service.

See Also