Back to product page

Name property


Holds name of the header.

Type

String.

Syntax

  • C#
  • VB.NET
String Name {get; set;};

Property Name As String

Remarks

All headers that are sent or received from the client 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