ApiControllerExtensions.GetDownstreamApi(ApiController) 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.
Get the downstream API service from an ApiController.
public static Microsoft.Identity.Abstractions.IDownstreamApi GetDownstreamApi (this System.Web.Http.ApiController _);
static member GetDownstreamApi : System.Web.Http.ApiController -> Microsoft.Identity.Abstractions.IDownstreamApi
<Extension()>
Public Function GetDownstreamApi (_ As ApiController) As IDownstreamApi