EndpointHttpContextExtensions.GetEndpoint(HttpContext) Method

Definition

Extension method for getting the Endpoint for the current request.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Http::Endpoint ^ GetEndpoint(Microsoft::AspNetCore::Http::HttpContext ^ context);
public static Microsoft.AspNetCore.Http.Endpoint GetEndpoint (this Microsoft.AspNetCore.Http.HttpContext context);
public static Microsoft.AspNetCore.Http.Endpoint? GetEndpoint (this Microsoft.AspNetCore.Http.HttpContext context);
static member GetEndpoint : Microsoft.AspNetCore.Http.HttpContext -> Microsoft.AspNetCore.Http.Endpoint
<Extension()>
Public Function GetEndpoint (context As HttpContext) As Endpoint

Parameters

context
HttpContext

The HttpContext context.

Returns

The Endpoint.

Applies to