Share via


ResponseHeaderRemoveTransform Class

Definition

Removes a response header.

public class ResponseHeaderRemoveTransform : Yarp.ReverseProxy.Transforms.ResponseTransform
type ResponseHeaderRemoveTransform = class
    inherit ResponseTransform
Public Class ResponseHeaderRemoveTransform
Inherits ResponseTransform
Inheritance
ResponseHeaderRemoveTransform

Constructors

Name Description
ResponseHeaderRemoveTransform(String, ResponseCondition)

Methods

Name Description
ApplyAsync(ResponseTransformContext)

Transforms the given response. The status and headers will have (optionally) already been copied to the HttpResponse and any changes should be made there.

Applies to