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