共用方式為


AspNetWebSocketContext.IsDebuggingEnabled 屬性

定義

取得值,這個值指示裝載目前 AspNetWebSocket 連接的應用程式是否正以 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

屬性值

Boolean

如果應用程式處於偵錯模式,則為 true,否則為 false

例外狀況

屬性未實作。

適用於