Compartir a través de


SiteConfig.WebSocketsEnabled Propiedad

Definición

Obtiene o establece <code>true</code> si WebSocket está habilitado; en caso contrario, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="webSocketsEnabled")]
public bool? WebSocketsEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="webSocketsEnabled")>]
member this.WebSocketsEnabled : Nullable<bool> with get, set
Public Property WebSocketsEnabled As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a