LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly)

RequestId Property (ChannelFields)

Show in webframe





Gets or sets the client Request ID.
Syntax
public Nullable<int> RequestId {get; set;}
'Declaration
 
Public Property RequestId As Nullable(Of Integer)
'Usage
 
Dim instance As ChannelFields
Dim value As Nullable(Of Integer)
 
instance.RequestId = value
 
value = instance.RequestId

            

            
public:
property Nullable<int> RequestId {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

This field is used to specify a Request ID value.
Remarks

The client can use this field to specify a queue order for the requests it initiates to the server. A JPIP server will process the client requests by executing the requests with lower RequestId value first.

Do not use the same request-id value for two requests or initiate a new request with a RequestId value lower than a previous request.

Example
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Requirements

Target Platforms

See Also

Reference

ChannelFields Class
ChannelFields Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features