HttpResponseWrapper.Flush Method

Definition

Sends all currently buffered output to the client.

public:
 override void Flush();
public override void Flush ();
override this.Flush : unit -> unit
Public Overrides Sub Flush ()

Exceptions

The method was called after the response was finished.

Applies to