Initializes a new ServiceLayer object and connects the layer to the specified ArcGIS Server 2D map service.

Overload List

  NameDescription
OpenMapServer(Uri)
Initializes a new ServiceLayer object and connects the layer to an ArcGIS Server 2D map service using the specified URL.
OpenMapServer(Uri, String)
Initializes a new ServiceLayer object and connects the layer to an ArcGIS Server 2D map service using the specified URL and map service name.
OpenMapServer(Uri, String, String, String)
Initializes a new ServiceLayer object and connects the layer to a secured ArcGIS Server 2D map service.

See Also