HTTP_FILTER_CONTEXT.GetData
object = GetData()
Obtains the data passed to The HttpFilterProc function. This is not techinally part of the HTTP_FILTER_CONTEXT structure, but packaged here for convenience.
Return Value
The result depends on the value of HTTP_FILTER_CONTEXT::NotificationType
NotificationType | Result type |
SF_NOTIFY_URL_MAP | HTTP_FILTER_URL_MAP |
SF_NOTIFY_PREPROC_HEADERS | HTTP_FILTER_PREPROC_HEADERS |
SF_NOTIFY_LOG | HTTP_FILTER_LOG |
SF_NOTIFY_SEND_RAW_DATA | HTTP_FILTER_RAW_DATA |
SF_NOTIFY_READ_RAW_DATA | HTTP_FILTER_RAW_DATA |
SF_NOTIFY_AUTHENTICATION | HTTP_FILTER_AUTHENT |