MaxClients Property

Summary

Gets or sets the maximum clients allowed to connect to the server.

Syntax
C#
VB
C++
public virtual int MaxClients { get; set; } 
  
Public Overridable Property MaxClients As Integer 
public: 
virtual property int MaxClients { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum clients allow to connect.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly