Click or drag to resize
UtilitiesHTTPMethodIsIdempotent Method
http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.2

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

Parameters

sMethod
Type: SystemString
HTTPMethod

Return Value

Type: Boolean
TRUE if the method is deemed idempotent
See Also