IResponseContent
Top  Previous  Next

IResponseContent represents an HTTP resource that was requested , e.g. an image or an HTML page

General methods and properties.

method
Export
prop get
CompressedSize
prop get
CompressionType
prop get
CompressRate
prop get
Data
prop get
IsChunked
prop get
IsCompressed
prop get
IsFromCache
prop get
MimeType
prop get
Size


Get IResponseContent Reference
IResponseContent content=HTTPAnalyzer.Log[Index].Content;

See Also
ILogEntry
IResponse
IRequest

Remark
If HTTP compression is enabled, IResponse.ResponseData is the compressed content , and IResponseContent.data is the the expanded content . IResponseContent.data may come from cache.