Delen via


ISiteConfig.WebSocketsEnabled Property

Definition

true if WebSocket is enabled; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="webSocketsEnabled")]
public bool? WebSocketsEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="webSocketsEnabled")>]
member this.WebSocketsEnabled : Nullable<bool> with get, set
Public Property WebSocketsEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to