HeaderPropagationEntryCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of HeaderPropagationEntry items.
public ref class HeaderPropagationEntryCollection sealed : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::HeaderPropagation::HeaderPropagationEntry ^>
public sealed class HeaderPropagationEntryCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.HeaderPropagation.HeaderPropagationEntry>
type HeaderPropagationEntryCollection = class
inherit Collection<HeaderPropagationEntry>
Public NotInheritable Class HeaderPropagationEntryCollection
Inherits Collection(Of HeaderPropagationEntry)
- Inheritance
-
HeaderPropagationEntryCollection
Constructors
| HeaderPropagationEntryCollection() |
Methods
| Add(String) |
Adds an HeaderPropagationEntry that will use |
| Add(String, Func<HeaderPropagationContext,StringValues>) |
Adds an HeaderPropagationEntry that will use |
| Add(String, String) |
Adds an HeaderPropagationEntry that will use the provided |
| Add(String, String, Func<HeaderPropagationContext,StringValues>) |
Adds an HeaderPropagationEntry that will use the provided |