Constructor for connection to an Endeca MDEX Engine over HTTP.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public HttpENEConnection(
	string hostname,
	string port
)
Visual Basic
Public Sub New ( _
	hostname As String, _
	port As String _
)
Visual C++
public:
HttpENEConnection(
	String^ hostname, 
	String^ port
)

Parameters

hostname
Type: System..::..String
Hostname or IP address of the MDEX Engine. Example: 127.0.0.1 or engine.endeca.com.
port
Type: System..::..String
Hostname or IP address of the MDEX Engine. Port of the MDEX Engine. Example: 5001.

See Also