Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpip Namespace : EOR Enumeration |
public enum EOR : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum EOR Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As EOR
public enum class EOR : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00 | None | No reason defined. |
0x01 | ImageDone | The server has transferred all available image information (not just information relevant to the requested view-window) to the client. |
0x02 | WindowDone | The server has transferred all available information that is relevant to the requested view window. |
0x03 | WindowChange | The server is terminating its response in order to service a new request which does not specify Wait=yes. |
0x04 | ByteLimit | The server is terminating its response because the byte limit specified in a Maximum Response Length request field has been reached. |
0x05 | QualityLimit | The server is terminating its response because the quality limit specified in a Quality request field has been reached. |
0x06 | SessionLimit | The server is terminating its response because some limit on the session resources, e.g., a time limit, has been reached. |
0x07 | ResponseLimit | The server is terminating its response because some limit, e.g., a time limit, has been reached. |
0xFF | NonSpecified | The server is terminating its response for a reason that is not specified. |
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.EOR