EOR Enumeration

Summary
Specifies the reason for ending the response.
Syntax
C#
VB
C++
public enum EOR 
  
Public Enum EOR  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class EOR : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

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