ServiceBusClientOptions.CustomEndpointAddress Property

Definition

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

Uri

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