ServerChatter Properties |
The ServerChatter type exposes the following members.
Name | Description | |
---|---|---|
bServerSocketReused |
Was this request serviced from a reused server connection?
| |
bWasForwarded |
Was this request forwarded to a gateway?
| |
headers |
The HTTP headers of the server's response
| |
Item |
Simple indexer into the Response Headers object
| |
iTTFB |
DEPRECATED: You should use the Timers object on the Session object instead.
The number of milliseconds between the start of sending the request to the server to the first byte of the server's response
| |
iTTLB |
DEPRECATED: You should use the Timers object on the Session object instead.
The number of milliseconds between the start of sending the request to the server to the last byte of the server's response.
| |
MIMEType |
Get the MIME type (sans Character set or other attributes) from the HTTP Content-Type response header, or String.Empty if missing.
|