ESRI.ArcGIS.ADF.Connection.Core
HTTPConnection Constructor
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS Namespace > HTTPConnection Class : HTTPConnection Constructor




uri
URI of the ArcIMS server. May include the scheme (http or https) and a port (e.g., 80 or 8080).
Creates a new HTTPConnection object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal uri As String _
)
Visual Basic (Usage)Copy Code
Dim uri As String
 
Dim instance As HTTPConnection(uri)
C# 
public HTTPConnection( 
   string uri
)

Parameters

uri
URI of the ArcIMS server. May include the scheme (http or https) and a port (e.g., 80 or 8080).

See Also

© 2010 All Rights Reserved.