Leadtools.Jpip Requires JPIP module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DataLimitFields Class
See Also  Members  
Leadtools.Jpip Namespace : DataLimitFields Class



Defines all of the fields for a JPIP client data Limiting request.

Syntax

Visual Basic (Declaration) 
Public Class DataLimitFields 
Visual Basic (Usage)Copy Code
Dim instance As DataLimitFields
C# 
public class DataLimitFields 
C++/CLI 
public ref class DataLimitFields 

Example

For an example, refer to HttpRequestEncoder.

Remarks

Use this class to control the amount of information returned in server responses. Usually the client doesn't want all the image information to be returned in single response since this affects delivery time and network bandwidth.

The client can select the number of bytes returned for image information using the DataLength property. In session-based requests the client usually makes additional requests to retrieve the rest of information since the server maintains a client cache model for the information previously sent (to ensure that no redundant data is transmitted). However, in stateless requests the client can still limit the amount of data transmitted in the server response and in future requests it will use the CacheManagementFields fields to update the server cache model.

For more information check the ChannelFields and CacheManagementFields classes.

Inheritance Hierarchy

System.Object
   Leadtools.Jpip.DataLimitFields

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features