| Visual Basic (Declaration) | |
|---|---|
Public Event ProcessRequest As EventHandler(Of HttpContextEventArgs) | |
| C# | |
|---|---|
public event EventHandler<HttpContextEventArgs> ProcessRequest | |
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.
| Property | Description |
|---|---|
| Context | The HttpListenerContext for this request |
| Host | The HttpServer recieving the request |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
HttpServer ClassHttpServer Members