Default empty constructor.

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

Syntax

C#
public HttpENEConnection()
Visual Basic
Public Sub New
Visual C++
public:
HttpENEConnection()

Remarks

Hostname and port need to be set before Query(ENEQuery) is called, else a ENEQueryException will be thrown.

See Also