HTTPResponseHeadersToString Method (Boolean, Boolean) |
Returns a string containing http headers
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string ToString(
bool prependStatusLine,
bool appendEmptyLine
)
Public Function ToString (
prependStatusLine As Boolean,
appendEmptyLine As Boolean
) As String
public:
String^ ToString(
bool prependStatusLine,
bool appendEmptyLine
)
Parameters
- prependStatusLine
- Type: SystemBoolean
TRUE if the response status line should be included - appendEmptyLine
- Type: SystemBoolean
TRUE if there should be a trailing CRLF included
Return Value
Type:
StringString containing http headers
See Also