UtilitiesHTTPMethodIsIdempotent Method |
http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.2
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool HTTPMethodIsIdempotent(
string sMethod
)
Public Shared Function HTTPMethodIsIdempotent (
sMethod As String
) As Boolean
public:
static bool HTTPMethodIsIdempotent(
String^ sMethod
)
Parameters
- sMethod
- Type: SystemString
HTTPMethod
Return Value
Type:
BooleanTRUE if the method is deemed idempotent
See Also