Click or drag to resize
HTTPHeadersItem Property (String)
Gets or sets the value of a header. In the case of Gets, the value of the first header of that name is returned. If the header does not exist, returns null. In the case of Sets, the value of the first header of that name is updated. If the header does not exist, it is added.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string this[
	string HeaderName
] { get; set; }

Parameters

HeaderName
Type: SystemString

Property Value

Type: String
See Also