DataLimitFields Constructor

Summary
Initializes a new instance of the DataLimitFields class.
Syntax
C#
VB
C++
public DataLimitFields( 
   Nullable<int> dataLength, 
   string quality 
) 
  
Public Function New( _ 
   ByVal dataLength As Nullable(Of Integer), _ 
   ByVal quality As String _ 
) 
public: 
DataLimitFields(  
   Nullable<int> dataLength, 
   String^ quality 
) 

Parameters

dataLength
Restricts the amount of data the client wants the server to send in response to a request.

quality
Limits data transmission to a quality level.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.