HttpWorkerRequest.EndOfRequest Method

Definition

Used by the runtime to notify the HttpWorkerRequest that request processing for the current request is complete.

public:
 abstract void EndOfRequest();
public abstract void EndOfRequest ();
abstract member EndOfRequest : unit -> unit
Public MustOverride Sub EndOfRequest ()

Applies to