ForwardedTransformExtensions 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.
Extensions for adding forwarded header transforms.
public static class ForwardedTransformExtensions
type ForwardedTransformExtensions = class
Public Module ForwardedTransformExtensions
- Inheritance
-
ForwardedTransformExtensions
Methods
| WithTransformClientCertHeader(YarpRoute, String) |
Adds the transform which will set the given header with the Base64 encoded client certificate. |
| WithTransformForwarded(YarpRoute, Boolean, Boolean, NodeFormat, NodeFormat, ForwardedTransformActions) |
Adds the transform which will add the Forwarded header as defined by RFC 7239. |
| WithTransformXForwarded(YarpRoute, String, ForwardedTransformActions, Nullable<ForwardedTransformActions>, Nullable<ForwardedTransformActions>, Nullable<ForwardedTransformActions>, Nullable<ForwardedTransformActions>) |
Adds the transform which will add X-Forwarded-* headers. |