Defines all of the fields that control the server response.
public class ServerControlFields
Public Class ServerControlFields
public ref class ServerControlFields
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.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET