Difference between revisions of "TTnCnx.LocalAddr"

From Overbyte
Jump to navigation Jump to search
(Created page with ' == Description == LocalAddr is set on connect of socket, it assists when local machine has multiple IP addresses.')
 
(→‎Description: improved description)
 
Line 2: Line 2:
 
== Description ==
 
== Description ==
  
LocalAddr is set on connect of socket, it assists when local machine has multiple IP addresses.
+
When the socket connection is established this property is set to the IPv4 address from
 +
which the connection was being made. This is your IP address or one of your IP addresses
 +
if your computer has multiple network interfaces.
 +
 
 +
Format is as usual for IPv4 addresses. Example: '192.168.0.2'

Latest revision as of 22:35, 28 January 2019

Description

When the socket connection is established this property is set to the IPv4 address from which the connection was being made. This is your IP address or one of your IP addresses if your computer has multiple network interfaces.

Format is as usual for IPv4 addresses. Example: '192.168.0.2'