EventHubConnectionOptions.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.
The address to use for establishing a connection to the Event Hubs service, allowing network requests to be routed through any application gateways or other paths needed for the host environment.
public Uri CustomEndpointAddress { get; set; }
member this.CustomEndpointAddress : Uri with get, set
Public Property CustomEndpointAddress As Uri
Property Value
This address will override the default endpoint of the Event Hubs namespace when making the network request to the service. The default endpoint specified in a connection string or by a fully qualified namespace will still be needed to negotiate the connection with the Event Hubs service.
Applies to
Azure SDK for .NET