←Select platform

MaxServerBandwidth Property

Summary

Gets the total transmission bandwidth of the server.

Syntax

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

Property Value

The maximum number of bytes transmitted to all clients per second.

Remarks

The value of this property should not be less than the value of MaxConnectionBandwidth.

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