The HttpENEConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpENEConnection()()()() |
Default empty constructor.
|
![]() | HttpENEConnection(String, Int32) |
Constructor for connection to an Endeca MDEX Engine over HTTP.
|
![]() | HttpENEConnection(String, String) |
Constructor for connection to an Endeca MDEX Engine over HTTP.
|
Methods
Name | Description | |
---|---|---|
![]() | AddHttpHeader |
Add an HTTP header to the query request
|
![]() | 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
|
![]() | EnableSSL(X509Certificate) |
Enables ssl
|
![]() | Equals | (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.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Query |
Issues a query against the MDEX Engine.
|
![]() | SetPort |
Sets the port of the MDEX Engine.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Hostname |
Get and sets the hostname of the MDEX Engine.
|
![]() | MaxUrl |
Get and set the maximum URL length
|
![]() | Port |
Gets and sets the port of the MDEX Engine.
|