Dela via


HttpMethodChangeTransform(String, String) Constructor

Definition

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.

Applies to