SetTcpEndpoint

NodeConfigurator.SetTcpEndpoint method

Sets the TCP endpoint.

public NodeConfigurator SetTcpEndpoint(string hostNameOrAddress, int port)
Parameter Type Description
hostNameOrAddress String The host name or address.
port Int32 The port number.

Return Value

This search network node configurator.

See Also