System.Web Namespace HttpWorkerRequest Class
Sends all pending response data to the client.
[ VB ]
<ComVisible ( False ) >
MustOverride Public Sub FlushResponse ( _
ByVal finalFlush As Boolean _
)
[ C# ]
[ ComVisible ( false ) ]
public abstract void FlushResponse (
bool finalFlush
);
[ C++ ]
[ ComVisible ( false ) ]
public: virtual void FlushResponse (
bool finalFlush
) = 0;
[ JScript ]
public ComVisible ( false )
abstract function FlushResponse (
finalFlush : Boolean
);
- finalFlush
- true if this is the last time response data will be flushed; otherwise, false.
HttpWorkerRequest Members HttpRuntime Class