Share via


SocketIONegotiationResult.Endpoint Property

Definition

The endpoint for socket.io clients.

[Newtonsoft.Json.JsonProperty("endpoint")]
public Uri Endpoint { get; }
[<Newtonsoft.Json.JsonProperty("endpoint")>]
member this.Endpoint : Uri
Public ReadOnly Property Endpoint As Uri

Property Value

Uri
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to