AspNetWebSocketContext.IsDebuggingEnabled 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 une valeur qui indique si l'application qui héberge la connexion AspNetWebSocket actuelle s'exécute en mode de débogage ASP.NET.
public:
virtual property bool IsDebuggingEnabled { bool get(); };
public virtual bool IsDebuggingEnabled { get; }
member this.IsDebuggingEnabled : bool
Public Overridable ReadOnly Property IsDebuggingEnabled As Boolean
Valeur de propriété
true si l'application est en mode débogage ; sinon, false.
Exceptions
La propriété n'est pas implémentée.