LEADTOOLS JPEG 2000 (Leadtools.Jpip.Server assembly)
LEAD Technologies, Inc

RequestReceived Event






Occurs when a client request is received.
Syntax
public event EventHandler<RequestReceivedEventArgs> RequestReceived
'Declaration
 
Public Event RequestReceived As EventHandler(Of RequestReceivedEventArgs)
'Usage
 
Dim instance As JpipServer
Dim handler As EventHandler(Of RequestReceivedEventArgs)
 
AddHandler instance.RequestReceived, handler
public event EventHandler<RequestReceivedEventArgs> RequestReceived
add_RequestReceived(function(sender, e))
remove_RequestReceived(function(sender, e))

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 JpipServer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JpipServer Class
JpipServer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip.Server requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features