Share via


RelayConnectionStringBuilder.Endpoint Property

Definition

Gets or sets the Relay namespace address.

public Uri Endpoint { get; set; }
member this.Endpoint : Uri with get, set
Public Property Endpoint As Uri

Property Value

Uri

Exceptions

Thrown if Endpoint is being set to null.

Thrown if Endpoint is being set to a Uri which is not absolute.

Applies to