Back to product page

Value property (HttpHeader)


Holds header value.

Type

A String value

Syntax

  • Basic
object.Value [= value]
The Value(object,value) syntax has these parts:
objectAn expression evaluating to an object of type HttpHeader.
valueA String value.

Remarks

All headers that are sent or received from a server have two parts: Name and Value. Name refers to the content type of the header information, and Value holds data for the header.

Platforms

Windows