Endpoint 類別

定義

表示應用程式中的邏輯端點。

public ref class Endpoint
public class Endpoint
type Endpoint = class
Public Class Endpoint
繼承
Endpoint
衍生

建構函式

Endpoint(RequestDelegate, EndpointMetadataCollection, String)

建立 Endpoint 的新執行個體。

屬性

DisplayName

取得這個端點的資訊顯示名稱。

Metadata

取得與此端點相關聯的元資料集合。

RequestDelegate

取得用來處理端點要求的委派。

方法

ToString()

傳回端點的字串表示。

適用於