Microsoft Chat Server SDK Reference

ConnectionLimit Property

This property contains the maximum number of connections that can be opened by members of the class.

Syntax

Limit = ChatClass.ConnectionLimit
ChatClass.ConnectionLimit = Limit

Parameters

Limit
The maximum number of connections that can be established to the server by members of this class.

Remarks

The IP address of the client is used to limit connections. If a client uses more than one IP address, the user can establish exactly Limit connections per IP address.


© 1998 Microsoft Corporation. All rights reserved.