Delen via


HttpContextFeaturesExtensions.GetReverseProxyFeature(HttpContext) Method

Definition

Retrieves the IReverseProxyFeature instance associated with the current request.

public static Yarp.ReverseProxy.Model.IReverseProxyFeature GetReverseProxyFeature (this Microsoft.AspNetCore.Http.HttpContext context);
static member GetReverseProxyFeature : Microsoft.AspNetCore.Http.HttpContext -> Yarp.ReverseProxy.Model.IReverseProxyFeature
<Extension()>
Public Function GetReverseProxyFeature (context As HttpContext) As IReverseProxyFeature

Parameters

context
HttpContext

Returns

Applies to