Leadtools.Jpip.Server Namespace > JpipServer Class : RequestReceived Event |
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
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.
Property | Description |
---|---|
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. |
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