|
IServerMaxClientConnections Property
|
Gets or sets the maximum number of clients that can connect to the server.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax int MaxClientConnections { get; set; }
Property MaxClientConnections As Integer
Get
Set
property int MaxClientConnections {
int get ();
void set (int value);
}
abstract MaxClientConnections : int with get, set
function get_MaxClientConnections();
function set_MaxClientConnections(value);
Property Value
Int32See Also