←Select platform

DataLimitFields Constructor (DataLimitFields)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Jpip Assembly
Click or drag to resize