wodHttpDLX ActiveX Control - Name Property
      
 

Description

Holds header name.


Property type

A String value.  


Syntax

object.Name [= value]



The Name Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpHeader.
value A 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.