MaxTransportConnections Property

Summary

Gets the maximum number of transport connections.

Syntax
C#
VB
C++
public int MaxTransportConnections { get; } 
  
Public ReadOnly Property MaxTransportConnections As Integer 
public: 
property int MaxTransportConnections { 
   int get(); 
} 

Property Value

The maximum number of sockets connected at the same time.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

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

Leadtools.Jpip.Server Assembly