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.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.

See Also

Relate Topics:
  ServiceConnectionProperties Constructor (BingMapsService)
  ServiceConnectionProperties Constructor (ServiceType, Uri, String)
  ServiceConnectionProperties Constructor (ServiceType, Uri, String, String)
Created by Atop CHM to web converter,© 2009 all right reserved.