Click or drag to resize
UtilitiesHTTPMethodAllowsBody Method
Returns true if a request with the specified HTTP Method/Verb may contain a entity body

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool HTTPMethodAllowsBody(
	string sMethod
)

Parameters

sMethod
Type: SystemString
The Method/Verb

Return Value

Type: Boolean
TRUE if the HTTP Method MAY contain a request body.
See Also