Back to product page

ToString method


Returns string expression containing all headers.

Type

String

Syntax

  • Basic
object.ToString()
The ToString(object) syntax has these parts:
objectAn 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.

Platforms

Windows