Udostępnij za pośrednictwem


ApiControllerExtensions.GetDownstreamApi(ApiController) Method

Definition

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

Parameters

Returns

Applies to