HttpContextFeaturesExtensions.GetReverseProxyFeature(HttpContext) Method
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.
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