Windows Media Services SDK banner art
PreviousNext

Client.PortID Property

Returns the port ID currently being used by this client.

Syntax

NSUnicastMgr.Client.PortID

Example

' Show the port ID of the second client in the collection
Set SecondClient = NSUnicastMgr.Clients.Item( 1 )
MsgBox (SecondClient.PortID)
PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.