←Select platform

EOR Enumeration

Summary
Specifies the reason for ending the response.

Syntax
C#
C++/CLI
Python
public enum EOR 
public enum class EOR : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class EOR(Enum): 
   None = 0x00 
   ImageDone = 0x01 
   WindowDone = 0x02 
   WindowChange = 0x03 
   ByteLimit = 0x04 
   QualityLimit = 0x05 
   SessionLimit = 0x06 
   ResponseLimit = 0x07 
   NonSpecified = 0xFF 
Members
ValueMemberDescription
0None No reason defined.
1ImageDone The server has transferred all available image information (not just information relevant to the requested view-window) to the client.
2WindowDone The server has transferred all available information that is relevant to the requested view window.
3WindowChange The server is terminating its response in order to service a new request which does not specify Wait=yes.
4ByteLimit The server is terminating its response because the byte limit specified in a Maximum Response Length request field has been reached.
5QualityLimit The server is terminating its response because the quality limit specified in a Quality request field has been reached.
6SessionLimit The server is terminating its response because some limit on the session resources, e.g., a time limit, has been reached.
7ResponseLimit The server is terminating its response because some limit, e.g., a time limit, has been reached.
255NonSpecified The server is terminating its response for a reason that is not specified.
Requirements

Target Platforms

See Also

Reference

Leadtools.Jpip Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

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