The JpipClient Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
A JPIP client class which sends server requests and receives responses.
| Visual Basic (Declaration) | |
|---|---|
Public Class JpipClient | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipClient | |
| C# | |
|---|---|
public class JpipClient | |
| C++/CLI | |
|---|---|
public ref class JpipClient | |
Use this class to make a request to a JPIP server by filling out the request parameters and calling the JpipClient.BeginGetJpipResponse method.
This class support asynchronous calls.
System.Object
Leadtools.Jpip.Client.JpipClient
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code