Back to product page

Name property (HttpHeader)


Holds header name.

Type

A String value

Syntax

  • Basic
object.Name [= value]
The Name(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 type of header information and Value holds data for the header.

For example:
    Host: www.microsoft.com
or
    Cookie: mycookie123
where Host and Cookie are header names.

Platforms

Windows