Endpoint クラス

定義

アプリケーション内の論理エンドポイントを表します。

public ref class Endpoint
public class Endpoint
type Endpoint = class
Public Class Endpoint
継承
Endpoint
派生

コンストラクター

Endpoint(RequestDelegate, EndpointMetadataCollection, String)

Endpoint の新しいインスタンスを作成します。

プロパティ

DisplayName

このエンドポイントの情報表示名を取得します。

Metadata

このエンドポイントに関連付けられているメタデータのコレクションを取得します。

RequestDelegate

エンドポイントの要求を処理するために使用されるデリゲートを取得します。

メソッド

ToString()

エンドポイントの文字列形式を返します。

適用対象