Windows Media Services SDK banner art
PreviousNext

Client.IPAddress Property

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)
PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.