Determines if the Headers collection contains a header of the specified name, with any value.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool Exists(
string sHeaderName
)
Public Function Exists (
sHeaderName As String
) As Boolean
public:
bool Exists(
String^ sHeaderName
)
Parameters
- sHeaderName
- Type: SystemString
The name of the header to check. (case insensitive)
Return Value
Type:
BooleanTrue, if the header exists.
See Also