Description
-
Returns string expression containing all headers.
Return Type
-
A String value.
Syntax
-
object.ToString
The ToString Method syntax has these parts:
| object |
An expression
evaluating to an object of type HttpHeaders. |
Remarks
-
ToString method will return list of all headers and
their values, line by line, just as they are sent (or
received) to the server.
|