ParserParseResponse Method |
Parse the HTTP Response into a headers object.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static HTTPResponseHeaders ParseResponse(
string sResponse
)
Public Shared Function ParseResponse (
sResponse As String
) As HTTPResponseHeaders
public:
static HTTPResponseHeaders^ ParseResponse(
String^ sResponse
)
Parameters
- sResponse
- Type: SystemString
The HTTP response as a string, including at least the headers.
Return Value
Type:
HTTPResponseHeadersHTTPResponseHeaders parsed from the string.
See Also