Returns the IP address of the client.
Syntax
NSUnicastMgr.Client.IPAddress
Example
' show the IP of the second client in the collection
Set SecondClient = NSUnicastMgr.Clients.Item( 1 )
MsgBox SecondClient.IPAddress
© 1996-1998 Microsoft Corporation. All rights reserved.