Click or drag to resize
HTTPResponseHeaders Constructor (Int32, String)
Initializes a new instance of the HTTPResponseHeaders class

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public HTTPResponseHeaders(
	int iStatus,
	string[] sHeaders
)

Parameters

iStatus
Type: SystemInt32
sHeaders
Type: SystemString
See Also