LEADTOOLS JPEG 2000 (Leadtools.Jpip.Server assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RequestReceived Event
See Also 
Leadtools.Jpip.Server Namespace > JpipServer Class : RequestReceived Event



The RequestReceived Event includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Occurs when a client request is received.

Syntax

Visual Basic (Declaration) 
Public Event RequestReceived As EventHandler(Of RequestReceivedEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As JpipServer
Dim handler As EventHandler(Of RequestReceivedEventArgs)
 
AddHandler instance.RequestReceived, handler
C# 
public event EventHandler<RequestReceivedEventArgs> RequestReceived
C++/CLI 
public:
event EventHandler<RequestReceivedEventArgs^>^ RequestReceived

Event Data

The event handler receives an argument of type RequestReceivedEventArgs containing data related to this event. The following RequestReceivedEventArgs properties provide information specific to this event.

PropertyDescription
ClientIpAddress Gets the IP address of the client which sent the request.
ClientPort Gets the port number of the client which sent the request.
Deny Gets or sets a value indicating whether the server should process the current request.
Description Gets or sets the textual description for the status code.
JpipRequestParameters Gets the JPIP parameters sent by the client
StatusCode Gets or sets the HTTP status code of the current request.

Example

For an example, refer to Leadtools.Jpip.Server.JpipServer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip.Server requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features