Share via


SocketIONegotiationResult.Token Property

Definition

The access token for socket.io clients.

[Newtonsoft.Json.JsonProperty("token")]
public string Token { get; }
[<Newtonsoft.Json.JsonProperty("token")>]
member this.Token : string
Public ReadOnly Property Token As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to