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 WebHeaders. |
Remarks
-
ToString method will return list of all headers and
their values, line by line, just as they should be
formatted in by HTTP protocol.
|