Microsoft Chat Server SDK Reference

MaxAnonymousConnections Property

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

Syntax

Limit = ChatService.MaxAnonymousConnections
ChatService.MaxAnonymousConnections = Limit

Parameters

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

Remarks

By default, the value of this property is 1000.


© 1998 Microsoft Corporation. All rights reserved.