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
appendExtraInfo bool

Returns

string