ServiceBusConnectionStringBuilder.Endpoint Property

Definition

Fully qualified domain name of the endpoint.

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

Property Value

Exceptions

Throws when endpoint is not fully qualified endpoint.

Throws when the hostname cannot be parsed

Examples

this.Endpoint = contoso.servicebus.windows.net

Applies to