Leadtools.Jpip Namespace : ServerControlFields Class |
public class ServerControlFields
'Declaration Public Class ServerControlFields
'Usage Dim instance As 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.