←Select platform

MaxTransportConnections Property

Summary

Gets or sets the maximum number of transport connections.

Syntax

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

Property Value

The maximum number of sockets connected at the same time.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly