ControllerBaseExtensions.GetDownstreamApi(ControllerBase) Method

Definition

Get the downstream API service from an ApiController.

public static Microsoft.Identity.Abstractions.IDownstreamApi GetDownstreamApi (this System.Web.Mvc.ControllerBase _);
static member GetDownstreamApi : System.Web.Mvc.ControllerBase -> Microsoft.Identity.Abstractions.IDownstreamApi
<Extension()>
Public Function GetDownstreamApi (_ As ControllerBase) As IDownstreamApi

Parameters

Returns

Applies to