Previous | Next |
Returns or sets a Long value specifying the maximum number of client connections.
Syntax
NSUnicastMgr.MaxClients
Remarks
This property sets the maximum number of clients concurrently allowed to connect to a server.
Example
NSUnicastMgr.MaxClients = 1000
' Maximum number of clients is 1,000
MsgBox ("Client limit is " & NSUnicastMgr.MaxClients & ".")
See Also
Previous | Next |