Previous | Next |
Returns the IP address of the client.
Syntax
NSUnicastMgr.Client.IPAddress
Example
' Show the IP address of the second client in the collection
Set SecondClient = NSUnicastMgr.Clients.Item( 1 )
MsgBox (SecondClient.IPAddress)
Previous | Next |