AspNetWebSocketContext::IsDebuggingEnabled Property

.NET Framework (current version)
 

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

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsDebuggingEnabled {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: