HttpContext.Connection 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 des informations sur la connexion sous-jacente pour cette demande.
public:
abstract property Microsoft::AspNetCore::Http::ConnectionInfo ^ Connection { Microsoft::AspNetCore::Http::ConnectionInfo ^ get(); };
public abstract Microsoft.AspNetCore.Http.ConnectionInfo Connection { get; }
member this.Connection : Microsoft.AspNetCore.Http.ConnectionInfo
Public MustOverride ReadOnly Property Connection As ConnectionInfo