Click or drag to resize
SessionHTTPMethodIs Method
Returns TRUE if the Session's HTTP Method is available and matches the target method.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool HTTPMethodIs(
	string sTestFor
)

Parameters

sTestFor
Type: SystemString
The target HTTP Method being compared.

Return Value

Type: Boolean
true, if the method is specified and matches sTestFor (case-insensitive); otherwise false.
See Also