ServerChatterheaders Property |
The HTTP headers of the server's response
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public HTTPResponseHeaders headers { get; set; }
Public Property headers As HTTPResponseHeaders
Get
Set
public:
property HTTPResponseHeaders^ headers {
HTTPResponseHeaders^ get ();
void set (HTTPResponseHeaders^ value);
}
Property Value
Type:
HTTPResponseHeadersSee Also