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.Data
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.
See Also