Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​AspNetCore.​Http.​Endpoint

Assembly: Microsoft.AspNetCore.Http.Abstractions

Inheritance: object → Endpoint

Represents a logical endpoint in an application.

Properties

public string
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

public string
ToString​()
Returns a string representation of the endpoint.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object