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

Endpoint(RequestDelegate, EndpointMetadataCollection, String)

Creates a new instance of Endpoint.

Properties

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

ToString()

Returns a string representation of the endpoint.

Applies to