Returns a collection object of all the NetShow Theater Server clients that are currently active.
Syntax
MediaServer.Clients
Example
MediaServer1.SetServer "MyServer"
MsgBox("There are " & MediaServer1.Clients.Count & " clients online.")
See Also
[Previous][Next]