Client.PortID Property

Returns the port ID currently being used by this client.

Syntax

NSUnicastMgr.Client.PortID

Example

' show the Port of the second client in the collection
Set SecondClient = NSUnicastMgr.Clients.Item( 1 )
MsgBox SecondClient.PortID
© 1996-1998 Microsoft Corporation. All rights reserved.