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

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
)
Visual Basic (Declaration)
Public Sub New ( _
	host As String, _
	port As Integer _
)
Visual C++
public:
PresentationApiConnection(
	String^ host, 
	int port
)

Parameters

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

See Also