Endeca Presentation API
AuthHttpENEConnection Class
NamespacesEndeca.NavigationAuthHttpENEConnection
An extention of HttpENEConnection that provides connections to Endeca MDEX Engines that require authentication. Use instances of this class to connect to an Endeca MDEX Engine via the Endeca Access Control System.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class AuthHttpENEConnection : HttpENEConnection
<SerializableAttribute> _
Public Class AuthHttpENEConnection _
	Inherits HttpENEConnection
[SerializableAttribute]
public ref class AuthHttpENEConnection : public HttpENEConnection
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AuthHttpENEConnectionAuthHttpENEConnectionNew()()
Default empty constructor.

AuthHttpENEConnectionAuthHttpENEConnectionNew(String, String)
Constructor for connection to the Endeca MDEX Engine over HTTP.

AuthHttpENEConnectionAuthHttpENEConnectionNew(String, Int32)
Constructor for connection to the Endeca MDEX Engine over HTTP.

EnableSSL()()
Enables ssl. Will attempt to use the first personal certificate it finds issued by "Endeca Technologies, Inc." stored in Local Machine's peronsal certificate repository
(Inherited from HttpENEConnection.)
EnableSSL(X509Certificate)
Enables ssl
(Inherited from HttpENEConnection.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
Hostname
Get and sets the hostname of the MDEX Engine.
(Inherited from HttpENEConnection.)
Login(IAuthCredentialRequestHandler)
Authenticate a user

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Port
Gets and sets the port of the MDEX Engine.
(Inherited from HttpENEConnection.)
Query(ENEQuery)
Issues a query against the MDEX Engine.
(Overrides HttpENEConnection.Query(ENEQuery).)
SetPort(String)
Sets the port of the MDEX Engine.
(Inherited from HttpENEConnection.)
ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
HttpENEConnection
 AuthHttpENEConnection

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