Return the number of active client sessions connected to the
          server. 
         
        Syntax
        
          object.ClientCount 
         
        Remarks
        
          The ClientCount read-only property returns the number of 
          active client sessions that have been established with the server. The 
          value includes both authenticated and unauthenticated client sessions. 
         
        Data Type
        
          Integer (Int32) 
         
        See Also
        
          
            MaxClients Property,
            MaxGuests Property
           
         
       |