Table of Contents

Method GetRawHttpResponse

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

GetRawHttpResponse(bool)

Gets the raw HTTP response message.

public string GetRawHttpResponse(bool includeBody = true)

Parameters

includeBody bool

Determines whether the message content will also be included in the return from this function.

Returns

string