HTTPRequestHeadersToString Method (Boolean, Boolean) |
Returns a string representing the HTTP headers, without the SCHEME+HOST in the HTTP REQUEST line
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string ToString(
bool prependVerbLine,
bool appendEmptyLine
)
Public Function ToString (
prependVerbLine As Boolean,
appendEmptyLine As Boolean
) As String
public:
String^ ToString(
bool prependVerbLine,
bool appendEmptyLine
)
Parameters
- prependVerbLine
- Type: SystemBoolean
TRUE if the HTTP REQUEST line (method+path+httpversion) should be included - appendEmptyLine
- Type: SystemBoolean
TRUE if there should be a trailing CRLF sequence included
Return Value
Type:
StringThe header string
See Also