RequestHeaderForwardedTransform 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.
An implementation of the Forwarded header as defined in https://tools.ietf.org/html/rfc7239.
public class RequestHeaderForwardedTransform : Yarp.ReverseProxy.Transforms.RequestTransform
type RequestHeaderForwardedTransform = class
inherit RequestTransform
Public Class RequestHeaderForwardedTransform
Inherits RequestTransform
- Inheritance
Constructors
RequestHeaderForwardedTransform(IRandomFactory, NodeFormat, NodeFormat, Boolean, Boolean, ForwardedTransformActions) |
Methods
ApplyAsync(RequestTransformContext) |
Transforms any of the available fields before building the outgoing request. |