Share via


HeaderKey<T> Class

Definition

Used to indicate which header to parse.

public sealed class HeaderKey<T>
type HeaderKey<'T> = class
Public NotInheritable Class HeaderKey(Of T)

Type Parameters

T

The type of the header value.

Inheritance
HeaderKey<T>

Properties

Name

Gets the name of the header.

Methods

ToString()

Returns a string representing this instance.

Applies to