TAstaClientSocket.Address
Applies to
TAstaClientSocket
Declaration
property
Address: string;
Description
The Address property must be set to the IP address of the Asta server. For instance, if you are developing
on a single machine, you would set the address to 127.0.0.1 (the local loopback address). If your server
is on a second system then you should use the IP Address of that system.
If you are using DNS (the Domain Naming System), and can address your systems by name ("MYSERVER.MYCOMPANY.COM"), then you should use the Host property and leave the Address property blank. If you set the Address and the Host, the Host property will take precedence.
IMPORTANT: This property must be used in conjunction with the Port property.