←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly