LocalAddress Property  
 

Return the Internet address of the local host.

Syntax

object.LocalAddress

Remarks

The LocalAddress property returns the Internet address of the local host as a string in dotted notation. If there is an active connection to a server, then the return value will depend on the network interface that was used to establish the connection. If there isn't a connection, then the default address for the local host will be returned.

Data Type

Integer (Int32)

See Also

LocalName Property