ChunkSize Property

Summary
Gets or sets the chunk size of the HTTP packet.
Syntax
C#
VB
C++
public int ChunkSize { get; set; } 
  
Public Property ChunkSize As Integer 
public: 
property int ChunkSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of bytes sent in each HTTP chunk.

Example

For an example, refer to JpipServer.

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.Server Assembly

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