Initializes a new PresentationApiConnection instance with the specified host, port, and certificate path.

Namespace:  Endeca.Data.Provider.PresentationApi
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public PresentationApiConnection(
	string host,
	int port,
	string certificatePath
)
Visual Basic (Declaration)
Public Sub New ( _
	host As String, _
	port As Integer, _
	certificatePath As String _
)
Visual C++
public:
PresentationApiConnection(
	String^ host, 
	int port, 
	String^ certificatePath
)

Parameters

host
Type: System..::.String
port
Type: System..::.Int32
certificatePath
Type: System..::.String

See Also