SF_REQ_SET_PROXY_INFO
You can use this support function to indicate whether the current request is an HTTP proxy request.
BOOL WINAPI * ServerSupportFunction(
PHTTP_FILTER_CONTEXT pfc,
enum SF_REQ_TYPE SF_REQ_SET_PROXY_INFO,
PVOID pData,
DWORD ul1,
DWORD ul2
);
Parameters
- pfc
- Points to the HTTP_FILTER_CONTEXT data structure that is associated with the current, active HTTP transaction.
- pData
- Unused in this support function.
- ul1
- Indicates whether the request is an HTTP proxy request. A value of 1 indicates that the request is a proxy request. A value of 0 indicates that the request is not a proxy request.
- ul2
- Unused in this support function.