Previous | Next |
Returns or sets the local address of the File Transfer object. The default value is the first local address on the host computer.
Syntax
NSFile.LocalAddress
Remarks
This property is always available.
If no local address is specified, the first local address is chosen, and is returned if the LocalAddress property is read. The first local address is specific to the configuration if the computer has more than one network card. This can be an IP address (for example, 42.4.7.54, or a host name such as Laura).
For more information about the values of this property, see the Windows Sockets documentation.
Previous | Next |