Initializes a new instance of the LogConnection class

Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.0.0

Syntax

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

Parameters

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

See Also