ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetResourceUrl Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GISDataSourceInternet Class : GetResourceUrl Method




catalogUrl
service
soType
Returns the data source URL for the ArcGIS Server Internet connection.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetResourceUrl( _
   ByVal catalogUrl As String, _
   ByVal service As String, _
   ByVal soType As String _
) As String
Visual Basic (Usage)Copy Code
Dim catalogUrl As String
Dim service As String
Dim soType As String
Dim value As String
 
value = GISDataSourceInternet.GetResourceUrl(catalogUrl, service, soType)
C# 
public static string GetResourceUrl( 
   string catalogUrl,
   string service,
   string soType
)

Parameters

catalogUrl
service
soType

See Also

© 2010 All Rights Reserved.