Initializes a new instance of the ServiceConnectionProperties class. This class constructor can be used to
define the connection information to an IMS service.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public ServiceConnectionProperties( ServiceType ServiceType, Uri url ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ ServiceType As ServiceType, _ url As Uri _ ) |
Parameters
- ServiceType
- Type: ESRI.ArcGISExplorer.Data..::.ServiceType
One of the ServiceType values which defines the type of service.
- url
- Type: System..::.Uri
A Uri object which represents a Uniform Resource Identifier and consists of a string of characters used to identify the service on the Internet.