RequestReceived Event

Summary
Occurs when a client request is received.
Syntax
C#
VB
C++
public event EventHandler<RequestReceivedEventArgs> RequestReceived 
  
Public Event RequestReceived As EventHandler(Of RequestReceivedEventArgs) 
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.