Table of Contents

Method GetRawHttpRequest

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

GetRawHttpRequest(bool, bool)

Gets the raw HTTP request message from the socket.

public string GetRawHttpRequest(bool includeBody = true, bool appendExtraInfo = false)

Parameters

includeBody bool

Optional. Defines if the body should be included in the output.

appendExtraInfo bool

Optional. Appends extra information, such as request id and date into the output.

Returns

string