ResponseHeaderValueTransform Constructor
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.
public ResponseHeaderValueTransform (string headerName, string value, bool append, Yarp.ReverseProxy.Transforms.ResponseCondition condition);
new Yarp.ReverseProxy.Transforms.ResponseHeaderValueTransform : string * string * bool * Yarp.ReverseProxy.Transforms.ResponseCondition -> Yarp.ReverseProxy.Transforms.ResponseHeaderValueTransform
Public Sub New (headerName As String, value As String, append As Boolean, condition As ResponseCondition)
Parameters
- headerName
- String
- value
- String
- append
- Boolean
- condition
- ResponseCondition