ESRI.ArcGIS.ADF.Connection.Core
HTTPConnection Constructor
See Also  Send Feedback
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 New 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).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.