IEndpointFeature.Endpoint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le sélectionné Endpoint pour la requête actuelle.
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; }
public Microsoft.AspNetCore.Http.Endpoint? Endpoint { get; set; }
member this.Endpoint : Microsoft.AspNetCore.Http.Endpoint with get, set
Public Property Endpoint As Endpoint