Method GetRawHttpRequest
GetRawHttpRequest(bool, bool)
Gets a visual representation of this request.
public string GetRawHttpRequest(bool includeBody = true, bool appendExtraInfo = false)
Parameters
includeBody
boolOptional. Defines if the body should be included in the output.
appendExtraInfo
boolOptional. Appends extra information, such as request id and date into the output.