Share via


HeaderExpression Class

Definition

Header expression, The token identifier in header is case-insensitive.

public class HeaderExpression : Microsoft.OpenApi.SourceExpression
type HeaderExpression = class
    inherit SourceExpression
Public Class HeaderExpression
Inherits SourceExpression
Inheritance

Constructors

Name Description
HeaderExpression(String)

Initializes a new instance of the HeaderExpression class.

Fields

Name Description
Header

header. string

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)

Properties

Name Description
Expression

Gets the expression string.

Token

Gets the token string.

Value

Gets the expression string.

(Inherited from SourceExpression)

Methods

Name Description
Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression) (Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

(Inherited from RuntimeExpression)
ToString() (Inherited from RuntimeExpression)

Applies to