Product Documentation

ActivePython 2.6 Documentation


EXTENSION_CONTROL_BLOCK Object

A python representation of an ISAPI EXTENSION_CONTROL_BLOCK.

Methods

write
A synonym for WriteClient, this allows you to 'print >> ecb' 

WriteClient
 

GetServerVariable
 

ReadClient
 

SendResponseHeaders
 

SetFlushFlag
 

TransmitFile
 

MapURLToPath
 

DoneWithSession
 

close
A synonym for DoneWithSession. 

Redirect
 

IsKeepAlive
 

GetImpersonationToken
 

IsKeepConn
Calls ServerSupportFunction with HSE_REQ_IS_KEEP_CONN 

Properties

integer Version
Version info of this spec (read-only)

integer ConnID
Context number (read-only)

string Method
REQUEST_METHOD

string QueryString
QUERY_STRING

string PathInfo
PATH_INFO

string PathTranslated
PATH_TRANSLATED

int TotalBytes
Total bytes indicated from client

int AvailableBytes
Available number of bytes

string AvailableData
Pointer to cbAvailable bytes

string ContentType
Content type of client data

int HttpStatusCode
The status of the current transaction when the request is completed.

string LogData
log data string