AspNetWebSocketContext.IsDebuggingEnabled Property

Definition

Gets a value that indicates whether the application that hosts the current AspNetWebSocket connection is running in ASP.NET debug mode.

public:
 virtual property bool IsDebuggingEnabled { bool get(); };
public virtual bool IsDebuggingEnabled { get; }
member this.IsDebuggingEnabled : bool
Public Overridable ReadOnly Property IsDebuggingEnabled As Boolean

Property Value

true if the application is in debug mode; otherwise, false.

Exceptions

The property is not implemented.

Applies to