Endeca Presentation API
AuthHttpENEConnection Constructor (hostname, port)
NamespacesEndeca.NavigationAuthHttpENEConnectionAuthHttpENEConnectionAuthHttpENEConnectionNew(String, String)
Constructor for connection to the Endeca MDEX Engine over HTTP.
Declaration Syntax
C#Visual BasicVisual C++
public AuthHttpENEConnection(
	string hostname,
	string port
)
Public Sub New ( _
	hostname As String, _
	port As String _
)
public:
AuthHttpENEConnection (
	String^ hostname, 
	String^ port
)
Parameters
hostname (String)
Hostname or IP address of the MDEX Engine. Example: 127.0.0.1 or engine.endeca.com.
port (String)
Port of the MDEX Engine. Example: 5001.
Remarks
A user must be authenticated with Login(IAuthCredentialRequestHandler) before the Query(ENEQuery) method is called, otherwise an ENEAuthenticationException will be thrown.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0