ISendResponseProvider 介面
擷取或修改目前回應的相關資訊。
Syntax
class ISendResponseProvider : public IHttpEventProvider
方法
下表列出 介面所 ISendResponseProvider
公開的方法。
名稱 | 描述 |
---|---|
GetFlags | 擷取目前 HTTP 回應的旗標。 |
GetHeadersBeingSent | 擷取值,指出是否要傳回 HTTP 標頭。 |
GetLogData | 擷取目前回應的記錄資訊。 |
GetReadyToLogData | 擷取值,指出 IIS 是否準備好將資訊寫入記錄。 |
SetErrorStatus | (繼承自 IHttpEventProvider.) |
SetFlags | 設定目前 HTTP 回應的旗標。 |
SetLogData | 設定目前回應的記錄資訊。 |
備註
ISendResponseProvider
當模組已在模組匯出的RegisterModule函式中註冊RQ_SEND_RESPONSE通知時,會建立介面並傳遞至模組的CHttpModule::OnSendResponse方法。
繼承階層架構
ISendResponseProvider
規格需求
類型 | 描述 |
---|---|
Client | - Windows Vista 上的 IIS 7.0 - Windows 7 上的 IIS 7.5 - Windows 8 上的 IIS 8.0 - Windows 10上的 IIS 10.0 |
伺服器 | - Windows Server 2008 上的 IIS 7.0 - Windows Server 2008 R2 上的 IIS 7.5 - Windows Server 2012 上的 IIS 8.0 - Windows Server 2012 R2 上的 IIS 8.5 - Windows Server 2016上的 IIS 10.0 |
產品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 - IIS Express 7.5、IIS Express 8.0、IIS Express 10.0 |
標頭 | Httpserv.h |