Clients Property

The MediaServer.Clients property returns a collection object of all the currently active NetShow Theater clients.

Syntax

MediaServer.Clients

Example

MediaServer1.SetServer "myServer"
MsgBox "There are" & MediaServer1.Clients.Count & " clients on line"

See Also

Clients object

© 1996-1998 Microsoft Corporation. All rights reserved.