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

ResponseSending Event






Occurs before sending a client response.
Syntax
public event EventHandler<ResponseSendingEventArgs> ResponseSending
'Declaration
 
Public Event ResponseSending As EventHandler(Of ResponseSendingEventArgs)
'Usage
 
Dim instance As JpipServer
Dim handler As EventHandler(Of ResponseSendingEventArgs)
 
AddHandler instance.ResponseSending, handler
public event EventHandler<ResponseSendingEventArgs> ResponseSending
add_ResponseSending(function(sender, e))
remove_ResponseSending(function(sender, e))

public:
event EventHandler<ResponseSendingEventArgs^>^ ResponseSending
Event Data

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

PropertyDescription
ClientIpAddress Gets the IP address of the client which receiving the response.
ClientPort Gets the port number of the client which is receiving the response.
Data Gets the response buffer returned to the client.
Description Gets or sets the textual description for the status code.
EndOfResponse Gets a value indicating the reason the response has ended.
ResponseHeaders Gets the response headers returned to the client.
SendData Gets or sets a value to indicate whether to send the response data to the client.
StatusCode Gets or sets the HTTP status code of the current response.
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