HttpWatch Automation Reference - 16.2.2
HttpWatch Namespace / Header Class / Name Property

In This Topic
    Name Property (Header)
    In This Topic
    Contains the name of the HTTP header, e.g. "Content-Length" or "User-Agent", that was sent to or received from the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}
    Remarks

    Header names apply to both request and response fields and can use any combination of uppercase and lowercase letters.

    Always compare header names case-insensitively when looking for a particular named header.

    Requirements
     
    See Also