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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET