Share via


Endpoint Class

Definition

Represents a logical endpoint in an application.

public ref class Endpoint
public class Endpoint
type Endpoint = class
Public Class Endpoint
Inheritance
Endpoint
Derived

Constructors

Name Description
Endpoint(RequestDelegate, EndpointMetadataCollection, String)

Creates a new instance of Endpoint.

Properties

Name Description
DisplayName

Gets the informational display name of this endpoint.

Metadata

Gets the collection of metadata associated with this endpoint.

RequestDelegate

Gets the delegate used to process requests for the endpoint.

Methods

Name Description
ToString()

Returns a string representation of the endpoint.

Applies to