ServerChatter Class |
Namespace: Fiddler
The ServerChatter type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
pipeServer |
The pipeServer represents Fiddler's connection to the server.
|
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.
|