Previous | Next |
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)
Previous | Next |