ServiceBusConnectionStringBuilder.Endpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET