Method GetRawHttpRequest
GetRawHttpRequest(bool, bool)
Gets the raw HTTP request message from the socket.
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.