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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly