次の方法で共有


EndpointSelectorContext.Endpoint プロパティ

定義

現在の要求に対して選択された Endpoint を取得または設定します。

public:
 property Microsoft::AspNetCore::Http::Endpoint ^ Endpoint { Microsoft::AspNetCore::Http::Endpoint ^ get(); void set(Microsoft::AspNetCore::Http::Endpoint ^ value); };
public Microsoft.AspNetCore.Http.Endpoint Endpoint { get; set; }
member this.Endpoint : Microsoft.AspNetCore.Http.Endpoint with get, set
Public Property Endpoint As Endpoint

プロパティ値

実装

適用対象