[To be supplied.]
[Visual Basic] Public Delegate Sub HttpWorkerRequest.EndOfSendNotification( _ ByVal wr As HttpWorkerRequest, _ ByVal extraData As Object _ ) [C#] public delegate void HttpWorkerRequest.EndOfSendNotification( HttpWorkerRequest wr, object extraData ); [C++] public __gc __delegate void HttpWorkerRequest.EndOfSendNotification( HttpWorkerRequest* wr, Object* extraData );
[JScript] In JScript, you can use the delegates in the NGWS frameworks, but you cannot define your own.
The declaration of your event-handling method must have the same parameters as the HttpWorkerRequest.EndOfSendNotification delegate declaration.
[To be supplied.]
Namespace: System.Web
Assembly: System.Web.dll