HTTP_FILTER_CONTEXT Object
A Python representation of an ISAPI HTTP_FILTER_CONTEXT structure.
Methods
- GetData
- GetServerVariable
- WriteClient
- AddResponseHeaders
- Specifies a response header for IIS to send to the client.
- write
- A synonym for WriteClient, this allows you to 'print >> fc'
- SendResponseHeader
- DisableNotifications
Properties
- int Revision
- (read-only)
- bool fIsSecurePort
- (read-only)
- int NotificationType
- (read-only)
- object FilterContext
- Any object you wish to associate with the request.