EndpointBuilder 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.
A base class for building an new Endpoint.
public ref class EndpointBuilder abstract
public abstract class EndpointBuilder
type EndpointBuilder = class
Public MustInherit Class EndpointBuilder
- Inheritance
-
EndpointBuilder
- Derived
Constructors
EndpointBuilder() |
Properties
ApplicationServices |
Gets the IServiceProvider associated with the endpoint. |
DisplayName |
Gets or sets the informational display name of this endpoint. |
FilterFactories |
Gets the list of filters that apply to this endpoint. |
Metadata |
Gets the collection of metadata associated with this endpoint. |
RequestDelegate |
Gets or sets the delegate used to process requests for the endpoint. |
Methods
Build() |
Creates an instance of Endpoint from the EndpointBuilder. |