UtilitiesHTTPMethodAllowsBody Method |
Returns true if a request with the specified HTTP Method/Verb may contain a entity body
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool HTTPMethodAllowsBody(
string sMethod
)
Public Shared Function HTTPMethodAllowsBody (
sMethod As String
) As Boolean
public:
static bool HTTPMethodAllowsBody(
String^ sMethod
)
Parameters
- sMethod
- Type: SystemString
The Method/Verb
Return Value
Type:
BooleanTRUE if the HTTP Method MAY contain a request body.
See Also