ServiceBusClientOptions.CustomEndpointAddress 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.
A custom endpoint address that can be used when establishing the connection to the Service Bus service.
public Uri CustomEndpointAddress { get; set; }
member this.CustomEndpointAddress : Uri with get, set
Public Property CustomEndpointAddress As Uri
Property Value
Remarks
The custom endpoint address will be used in place of the default endpoint provided by the Service Bus namespace when establishing the connection. The connection string or fully qualified namespace will still be needed in order to validate the connection with the service.
Applies to
Azure SDK for .NET