←Select platform

ServerControlFields Class

Summary

Defines all of the fields that control the server response.

Syntax

C#
VB
C++
public class ServerControlFields 
  
Public Class ServerControlFields  
public ref class ServerControlFields  

Remarks

When a client request is received, this class will contain the JPIP Server Control fields received from the client.

Access this class from the RequestFields.RequestServerControlFields property in the RequestFields class when a new client request is received.

A JPIP Client uses this class to provide information to the server on how it should execute the current request.

The client can tell the server the type of image streams it is willing to accept using the ImageReturnTypes property. For more information about allowed image return types check the ImageReturnType enumeration.

Example

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly