RAD Studio VCL Reference
|
Specifies an alias for the IP address of the server system.
property Host: string;
__property AnsiString Host;
Host is a string containing the domain name and service of a particular system, such as
http://www.wSite.Com
For client sockets, set Host to the system with which the client socket should form a connection. When the socket opens a connection, it looks up the IP address for the server socket using the value of Host.
Some servers change the system or IP address that is associated with a particular host name. Using a host name allows the client socket to find the abstract site represented by the host name, even when it has moved to a new IP address.
If Host is set, it takes precedence over the Address property when looking up the address of the server.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|