Specifying the Desired Server

From RAD Studio
Jump to: navigation, search

Go Up to Using Client Sockets


Client socket components have a number of properties that allow you to specify the server system and the port to which you want to connect. Use the Host property to specify the remote host server by either its host name or its IP address.

In addition to the server system, you must specify the port on the server system that your client socket will connect to. You can use the Port property to specify the server port number directly or indirectly by naming the target service.

Next

See Also