HttpMethodChangeTransform(String, String) 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.
Creates a new transform.
public HttpMethodChangeTransform (string fromMethod, string toMethod);
new Yarp.ReverseProxy.Transforms.HttpMethodChangeTransform : string * string -> Yarp.ReverseProxy.Transforms.HttpMethodChangeTransform
Public Sub New (fromMethod As String, toMethod As String)
Parameters
- fromMethod
- String
The method to match.
- toMethod
- String
The method to it change to.