Microsoft Chat Server SDK Reference

MaxServerConnections Property

This property contains the maximum number of chat client connections allowed on the server.

Syntax

Limit = ChatService.MaxServerConnections
ChatService.MaxServerConnections = Limit

Parameters

Limit
The maximum number of anonymous chat client connections that will be allowed.

Remarks

By default, the value of this property is 1000.


© 1998 Microsoft Corporation. All rights reserved.