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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET