HeaderPropagationEntry 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.
Define the configuration of a header for the HeaderPropagationMiddleware.
public ref class HeaderPropagationEntry
public class HeaderPropagationEntry
type HeaderPropagationEntry = class
Public Class HeaderPropagationEntry
- Inheritance
-
HeaderPropagationEntry
Constructors
| HeaderPropagationEntry(String, String, Func<HeaderPropagationContext,StringValues>) |
Creates a new HeaderPropagationEntry with the provided |
Properties
| CapturedHeaderName |
Gets the name of the header to be used by default by the HeaderPropagationMessageHandler for the outbound http requests. |
| InboundHeaderName |
Gets the name of the header that will be captured by the HeaderPropagationMiddleware. |
| ValueFilter |
Gets or sets a filter delegate that can be used to transform the header value. |