EndpointHttpContextExtensions Class
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.
Extension methods to expose Endpoint on HttpContext.
public ref class EndpointHttpContextExtensions abstract sealed
public static class EndpointHttpContextExtensions
type EndpointHttpContextExtensions = class
Public Module EndpointHttpContextExtensions
- Inheritance
-
EndpointHttpContextExtensions
Methods
GetEndpoint(HttpContext) |
Extension method for getting the Endpoint for the current request. |
SetEndpoint(HttpContext, Endpoint) |
Extension method for setting the Endpoint for the current request. |