CSharpTest.Net
ProcessRequest Event
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Http Namespace > HttpServer Class : ProcessRequest Event

Glossary Item Box

Performs the processing of the request on one of the worker threads

Syntax

Visual Basic (Declaration) 
Public Event ProcessRequest As EventHandler(Of HttpContextEventArgs)
C# 
public event EventHandler<HttpContextEventArgs> ProcessRequest

Event Data

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

PropertyDescription
Context The HttpListenerContext for this request
Host The HttpServer recieving the request

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys