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 AuthHttpENEConnection()
Visual Basic
Public Sub New
Visual C++
public:
AuthHttpENEConnection()

Remarks

Hostname and port need to be set and the Login(IAuthCredentialRequestHandler) method will need to be called before the Query(ENEQuery) method is called, else an ENEQueryException will be thrown.

See Also