Method which handles the RequestSent event
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Delegate Sub HTTPHandler.RequestSentHandler( _ ByVal sender As Object, _ ByVal handler As HTTPHandler _ ) |
| C# |
|---|
| public delegate void HTTPHandler.RequestSentHandler( object sender, HTTPHandler handler ) |
| C++ |
|---|
| public delegate void HTTPHandler.RequestSentHandler( Object sender, HTTPHandler handler ) |
| J# |
|---|
| /** delegate */ public delegate void HTTPHandler.RequestSentHandler( object sender, HTTPHandler handler ) |
| JScript |
|---|
Parameters
- sender
- the source of the event
- handler
- the handler associated with the connection