WebPubSubConnection.BaseUri Property

Definition

Base Uri of the websocket connection.

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

Property Value

Uri
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to