Endpoint 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示應用程式中的邏輯端點。
public ref class Endpoint
public class Endpoint
type Endpoint = class
Public Class Endpoint
- 繼承
-
Endpoint
- 衍生
建構函式
Endpoint(RequestDelegate, EndpointMetadataCollection, String) |
建立 Endpoint 的新執行個體。 |
屬性
DisplayName |
取得這個端點的資訊顯示名稱。 |
Metadata |
取得與此端點相關聯的元資料集合。 |
RequestDelegate |
取得用來處理端點要求的委派。 |
方法
ToString() |
傳回端點的字串表示。 |