HttpWorkerRequest.SetEndOfSendNotification Method

Definition

Registers for an optional notification when all the response data is sent.

C#
public virtual void SetEndOfSendNotification(System.Web.HttpWorkerRequest.EndOfSendNotification callback, object extraData);

Parameters

callback
HttpWorkerRequest.EndOfSendNotification

The notification callback that is called when all data is sent (out-of-band).

extraData
Object

An additional parameter to the callback.

Remarks

This method might be helpful when you implement buffer recycling.

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1