ESRI.ArcGIS.ADF.Web.DataSources.IMS
ToDataSourceDefinition Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GISDataSource Class : ToDataSourceDefinition Method




host
Name of the ArcIMS host machine.
port
TCP connector port for the ArcIMS server (Application Server).
Exports a data source definition string from the input host and port. Used for TCP connections to ArcIMS servers.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToDataSourceDefinition( _
   ByVal host As String, _
   ByVal port As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim host As String
Dim port As Integer
Dim value As String
 
value = GISDataSource.ToDataSourceDefinition(host, port)
C# 
public static string ToDataSourceDefinition( 
   string host,
   int port
)

Parameters

host
Name of the ArcIMS host machine.
port
TCP connector port for the ArcIMS server (Application Server).

Return Value

String with the host and port concatenated by @ symbol.

See Also

© 2010 All Rights Reserved.