Compartir a través de


ConnectionStateSnapshot.ConnectionState Propiedad

Definición

Obtiene o establece el estado de conexión. Entre los valores posibles se incluyen: 'Reachable', 'Unreachable', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="connectionState")]
public string ConnectionState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="connectionState")>]
member this.ConnectionState : string with get, set
Public Property ConnectionState As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a