IHttpCompletionInfo Interface [IIS 7]
Provides information about an asynchronous completion.
An IHttpCompletionInfo interface is created and passed to a module's CHttpModule::OnAsyncCompletion method when the module completes an asynchronous operation. The GetCompletionBytes and GetCompletionStatus methods, respectively, retrieve the number of bytes completed and the return the status of an asynchronous operation.
Type | Description |
|---|---|
Client |
|
Server |
|
Product | IIS 7.0, IIS 7.5, IIS Express 7.5, IIS 8.0 |
Header | Httpserv.h |