Initializes a new Server instance.

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

Syntax

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

Parameters

name
Type: System..::.String
Unique name of this server element.
hostName
Type: System..::.String
Host name of the Endeca server.
port
Type: System..::.Int32
Port of the Endeca server.
certificatePath
Type: System..::.String
Certificate path of the Endeca server.

See Also