Endeca Presentation and Logging APIs
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,
	string port
)
Visual Basic (Declaration)
Public Sub New ( _
	host As String, _
	port As String _
)
Visual C++
public:
LogConnection(
	String^ host, 
	String^ port
)

Parameters

host
Type: System..::.String

[Missing <param name="host"/> documentation for "M:Endeca.Logging.LogConnection.#ctor(System.String,System.String)"]

port
Type: System..::.String

[Missing <param name="port"/> documentation for "M:Endeca.Logging.LogConnection.#ctor(System.String,System.String)"]

See Also