Share via


EndpointBuilder Class

Definition

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

Name Description
EndpointBuilder()

Properties

Name Description
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

Name Description
Build()

Creates an instance of Endpoint from the EndpointBuilder.

Applies to